Skip to content

Commit

Permalink
Reverted upgrade due to check if that fixes the build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Mar 22, 2020
1 parent 3ed158c commit 1239057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Magick.NET.Tests/Magick.NET.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="NSubstitute" Version="4.2.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.164" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 1239057

Please sign in to comment.