Skip to content

Commit

Permalink
check if contains is case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed Sep 1, 2023
1 parent 6666a92 commit 6579103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/BuilderApp/BuilderApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
These are intentionally not the most up-to-date version of the MSBuild packages to show that they're
only used to compile against and that the runtime assemblies used are chosen by MSBuildLocator.
-->
<PackageReference Include="Microsoft.Build" Version="15.5.180" ExcludeAssets="Runtime" />
<PackageReference Include="Microsoft.Build.Framework" Version="15.5.180" ExcludeAssets="Runtime" />
<PackageReference Include="Microsoft.Build" Version="15.5.180" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Framework" Version="15.5.180" ExcludeAssets="runtime" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6579103

Please sign in to comment.