Closed fingers10 closed 2 years ago
@fingers10 thanks for contacting us.
This is a duplicate of https://github.com/dotnet/sdk/issues/26061
You can set the SDK in global.json to an earlier version to work around the issue.
You can add global.json file with
{
"sdk": {
"version": "6.0.300"
}
}
see https://docs.microsoft.com/en-us/dotnet/core/tools/global-json
Is there an existing issue for this?
Describe the bug
My blazor wasm project publish fails after updating nuget packages to 6.0.6 and my visual studio to 17.2.4. I tried creating a new blazor wasm project targeting .Net 6.0.6 and tried to publish it but the publish fails with following logs:
Expected Behavior
Publish should be successful
Steps To Reproduce
Exceptions (if any)
.NET Version
6.0.301
Anything else?
Visual Studio - 17.2.4 dotnet --info