Skip to content

Commit

Permalink
Merge pull request #804 from dotnet/fixbuildbreak
Browse files Browse the repository at this point in the history
Fix break in tests from VS 17.3
  • Loading branch information
AArnott committed Sep 5, 2022
2 parents bdfbd7d + fa71947 commit 4b38f20
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 4b38f20

Please sign in to comment.