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
the SDK version is defined as v9.0 in global.json and hence
it shows that NET 9.0 is missing in the dotnet v8.0 container
compiling and running the tests works now:
dotnet test --framework net9.0 src/
0 commit comments