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
From one recent build log - running dotnet xunit -nobuild -configuration Release -noshadow from inside the Moq.Tests project directory produces this message:
Locating binaries for framework netcoreapp2.0...
Running .NET Core 2.0 tests for framework netcoreapp2.0...
The specified framework version '2.0' could not be parsed
The specified framework 'Microsoft.NETCore.App', version '2.0' was not found.
- Check application dependencies and target a framework version installed at:
\
- Alternatively, install the framework version '2.0'.
From one recent build log - running
dotnet xunit -nobuild -configuration Release -noshadow
from inside theMoq.Tests
project directory produces this message:This seems to be the same issue as https://github.com/dotnet/cli/issues/7901. Not quite sure yet whether this will resolve itself, or what needs to be done.
In either case, it would be nice if Moq's build script at least emitted a warning.
The text was updated successfully, but these errors were encountered: