Skip to content

Commit

Permalink
Merge pull request #1047 from adamralph/msbuild-version-note
Browse files Browse the repository at this point in the history
add a note to help determine which version of Microsoft.Build.Utilities.Core to ref
  • Loading branch information
adamralph authored Sep 8, 2024
2 parents a3eb608 + 18f3fa6 commit 06b2532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MSBuild.Caching/MSBuild.Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</PropertyGroup>

<ItemGroup>
<!-- determine which version to reference using https://aka.ms/dotnet/matrixofpaine -->
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.0.1" PrivateAssets="All" ExcludeAssets="runtime" />
</ItemGroup>

Expand Down

0 comments on commit 06b2532

Please sign in to comment.