Skip to content

Commit

Permalink
Upgrade NuGet.Frameworks for MSBuild tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutch committed Feb 28, 2024
1 parent 847ef03 commit 8034f8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Microsoft.NET.Test.Sdk brings in a version of NuGet.Frameworks that's older than the one used by MSBuild
and loads first, thereby breaking loading of MSBuild assemblies. Force-upgrade it.
-->
<PackageReference Include="NuGet.Frameworks" Version="6.7.0" />
<PackageReference Include="NuGet.Frameworks" Version="6.9.1" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>

Expand Down

0 comments on commit 8034f8b

Please sign in to comment.