I've added the following lines to my .csproj file:
<PackageReference Include="dotnet-test-nspec" Version="*" />
<PackageReference Include="nspec" Version="*" />
When I run dotnet restore && dotnet test, it builds, but it cannot detect any tests. This blog post mentions that dotnet test works differently on netcoreapp1.1. Will you all add support for netcoreapp1.1?
I've added the following lines to my
.csprojfile:When I run
dotnet restore && dotnet test, it builds, but it cannot detect any tests. This blog post mentions thatdotnet testworks differently on netcoreapp1.1. Will you all add support for netcoreapp1.1?