You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, just wondering if I should be able to use this package on a netcoreapp1.1 project?
I'm trying to run: dotnet test ./dh.SR.WebApi.www.Test/dh.SR.WebApi.www.Test.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
but getting this error: Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified..
Any ideas or help would be much appreciated!
Thanks
The text was updated successfully, but these errors were encountered:
Hello, just wondering if I should be able to use this package on a netcoreapp1.1 project?
I'm trying to run:
dotnet test ./dh.SR.WebApi.www.Test/dh.SR.WebApi.www.Test.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
but getting this error:
Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified..
Any ideas or help would be much appreciated!
Thanks
The text was updated successfully, but these errors were encountered: