✅ I am encountering NETSDK1082 in blazor web app
I recently working on a blazor web assembly application now I got this errors!
1. NETSDK1082 - There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'. file:Microsoft.NET.Sdk.FrameworkReferenceResolution.targets line:512
2. NETSDK1112 The runtime pack for Microsoft.NETCore.App.Runtime.Mono.browser-wasm was not downloaded. Try running a NuGet restore with the RuntimeIdentifier 'browser-wasm'. ProductivityHack.Client file:Microsoft.NET.Sdk.FrameworkReferenceResolution.targets line:512
what I had done: the project running properly but I migrated all the project from .NET8 to .NET9 by simply changing the properties of projects and checked all the project is compatible and updated to latest .NET9 why I don it: I recently encounter error on program.cs while to inject ASP Net core Identity so I tried it solve that but introduced new over heads!
2. NETSDK1112 The runtime pack for Microsoft.NETCore.App.Runtime.Mono.browser-wasm was not downloaded. Try running a NuGet restore with the RuntimeIdentifier 'browser-wasm'. ProductivityHack.Client file:Microsoft.NET.Sdk.FrameworkReferenceResolution.targets line:512
what I had done: the project running properly but I migrated all the project from .NET8 to .NET9 by simply changing the properties of projects and checked all the project is compatible and updated to latest .NET9 why I don it: I recently encounter error on program.cs while to inject ASP Net core Identity so I tried it solve that but introduced new over heads!
13 Replies
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
No, I don't know about it what it does?
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
I am newbie for the first time I am trying dotnet
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
I thought simply changing the properties of a project TargetFramework can update it?
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
s
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
I just migrate all the project from .NET 8 to .NET 9
because I am having issue ASP.NET identity while inject on program.cs
r u there?
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
@TeBeCo sorry now only I saw your message I actually resolved the issue by simply downgrading my target from .NET 9 to .NET 8 it works fine now!
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View