✅ I am encountering NETSDK1082 in blazor web app
I recently working on a blazor web assembly application now I got this errors!
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!
- 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
- 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
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!