serilog / serilog-aspnetcore

Serilog integration for ASP.NET Core
Apache License 2.0
1.32k stars 209 forks source link

Microsoft.NET.Sdk.FrameworkReferenceResolution: [NETSDK1082] #329

Closed FoxTes closed 1 year ago

FoxTes commented 1 year ago

An error occurs when installing installing the Catalog package.Asp Net Core 7.0.0

There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.

The Blazor WebAssembly NET 7 application. In the case of Server Side, there is no such error.

nblumhardt commented 1 year ago

Hi @FoxTes; this seems more like a case of the package not targeting blazor-wasm, than any bug here. This package is targeting ASP.NET Core server-side. Might be one for Stack Overflow as it's not something I've spent much time with. Cheers!