Skip to content

Commit

Permalink
Unify MSBuild versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 5, 2022
1 parent fd8b4e5 commit 3bb4129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />

<PackageReference Include="Microsoft.Build" Version="17.2.0" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.11.0" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.11.0" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.2.0" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 3bb4129

Please sign in to comment.