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
Appveyor still supply the NUnit.Console 3.13.0 by default. error: NUnit Console Runner 3.13.0 (.NET 2.0) ----> Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
See the nunit/nunit-console#1101, nunit/nunit-console#1123 fixed this issue.
Appveyor still supply the NUnit.Console 3.13.0 by default.
error:
NUnit Console Runner 3.13.0 (.NET 2.0)
----> Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
A workaround based the post:
Then,
however, appends the
;format=AppVeyor
will be thrownUnknown result format: AppVeyor
for now.The text was updated successfully, but these errors were encountered: