dotnet test
on .NET Framework test suite requires runtime identifier?
#4469
Labels
dotnet test
on .NET Framework test suite requires runtime identifier?
#4469
Is this anything to do with testing platform?
I've just added .NET Standard support to TUnit, and if I do a normal
dotnet test
it doesn't run unless I pass in a runtime identifier too.Original issue is here: thomhurst/TUnit#1465
dotnet test:
dotnet test -r win-x86:
The text was updated successfully, but these errors were encountered: