C#C
C#5mo ago
vasa

✅ 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!
Was this page helpful?