C
C#7mo ago
! 휘백

✅ NETSDK1082 is blocking me

hi, I'm making cross-platform application. but, when I building web api, this error blocking me. it say :
error NETSDK1082: There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.
error NETSDK1082: There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.
and this is error part in Microsoft.NET.Sdk.FrameworkReferenceResolution.targets.
<ResolveRuntimePackAssets FrameworkReferences="@(FrameworkReference)"
ResolvedRuntimePacks="@(ResolvedRuntimePack)"
UnavailableRuntimePacks="@(UnavailableRuntimePack)"
SatelliteResourceLanguages="$(SatelliteResourceLanguages)"
DesignTimeBuild="$(DesignTimeBuild)"
DisableTransitiveFrameworkReferenceDownloads="$(DisableTransitiveFrameworkReferenceDownloads)">
<Output TaskParameter="RuntimePackAssets" ItemName="RuntimePackAsset" />
</ResolveRuntimePackAssets>
<ResolveRuntimePackAssets FrameworkReferences="@(FrameworkReference)"
ResolvedRuntimePacks="@(ResolvedRuntimePack)"
UnavailableRuntimePacks="@(UnavailableRuntimePack)"
SatelliteResourceLanguages="$(SatelliteResourceLanguages)"
DesignTimeBuild="$(DesignTimeBuild)"
DisableTransitiveFrameworkReferenceDownloads="$(DisableTransitiveFrameworkReferenceDownloads)">
<Output TaskParameter="RuntimePackAssets" ItemName="RuntimePackAsset" />
</ResolveRuntimePackAssets>
then, how to solve it?
3 Replies
! 휘백
! 휘백7mo ago
I'm sure it worked well before, but at some point, the build fails
mindhardt
mindhardt7mo ago
You cannot make Blazor wasm use asp sdk There is an issue in your project dependencies
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server
More Posts
DES implementation (off by one?)Hi, I need to use CBC-DES with an all zeroes key for the reason of changing key from using DES to AGET request not showing updated StateName of GameStateSo when I create a Game, it will automatically get the NotStartedState. Then when I start the game, ✅ Installing .NET on UbuntuSo just installed .NET on Ubuntu through Snap, and am getting this warning ``` An issue was encounteUsing reflection to build a dictionary of methods -> attributes at runtimeI'd like the following setup to work: ```cs [Request(GET, "/something/{0}")] public static async TaEF/Linq Left joining two tables after filtering the first tableI need to perform left join Table1 on Table2, before I do that I have to filter table1 records with WPF Custom controls/User controls binding issues and total confusionneed to create a reusable WPF control for displaying plugin settings. There is a defined set of settEF/Linq select all columns of main table, but only some cols of joined table?I find myself often wanting to select all of a table, but very limited columns of joined tables. IsX:Bind not working troubleI'm trying to bind some text into my textblock from another document but I can't manage to do it, c✅ Caesar Cipher Code Not Returning AnythingThis is my code. I'm not understanding why, when I build this, nothing is outputted to the Console. ✅ Where to store sensitive information when deploying to the production?Hello everyone, When developing an application locally, we will store all the sensitive information