Skip to content

Commit

Permalink
Removed dotnet-test-nunit as this has deprecated with the use of .csp…
Browse files Browse the repository at this point in the history
…roj. dotnet test doesn't support NUnit yet but should with the next release.

For more info:
nunit/dotnet-test-nunit#108
  • Loading branch information
Sethles committed Apr 13, 2017
1 parent 6e3783d commit 8fcb28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" />
<PackageReference Include="dotnet-test-nunit" Version="3.4.0-beta-3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
<PackageReference Include="FluentAssertions" Version="4.19.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="1.1.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" />
<PackageReference Include="dotnet-test-nunit" Version="3.4.0-beta-3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
<PackageReference Include="CompareNETObjects" Version="3.6.0" />
<PackageReference Include="FluentAssertions" Version="4.19.2" />
Expand Down

0 comments on commit 8fcb28d

Please sign in to comment.