Skip to content

Commit

Permalink
Fix break in tests from VS 17.3
Browse files Browse the repository at this point in the history
This is a workaround suggested in dotnet/msbuild#7873
  • Loading branch information
AArnott committed Sep 5, 2022
1 parent 6e793d6 commit fa71947
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<PackageReference Include="Microsoft.Build" Version="15.1.548" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.1.548" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.4.1" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="6.0.0" />
<PackageReference Include="Xunit.Combinatorial" Version="1.2.7" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down

0 comments on commit fa71947

Please sign in to comment.