We are working to provide a fix. Until this gets deployed, I recommend pinning the previous version of dotnet SDK with a global.json file.
you can use the following as an example
{
"sdk": {
"version": "8.0.205"
}
}
We are working to provide a fix. Until this gets deployed, I recommend pinning the previous version of dotnet SDK with a global.json file.
you can use the following as an example
{
"sdk": {
"version": "8.0.205"
}
}