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 9b736db commit d150061
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<PackageReference Include="Moq" Version="4.18.1" />
<PackageReference Include="Nerdbank.GitVersioning.LKG" Version="3.4.173-alpha" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.14" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="6.0.0" />
<PackageReference Include="Xunit.Combinatorial" Version="1.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
Expand Down

0 comments on commit d150061

Please sign in to comment.