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
I imagine the job needs to target the windows-latest runner and use the vstest-action. Since the test target is already net6.0 I understand that there might be compatibility issues if the target is changed as-is since unsupported APIs might be used in the test setup.
We should run our tests on both
net462
andnet6.0
, currently we only run these tests onnet6.0
.featbit-dotnet-sdk/tests/FeatBit.ServerSdk.Tests/FeatBit.ServerSdk.Tests.csproj
Line 4 in 016f87b
See #15
The text was updated successfully, but these errors were encountered: