Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BlazorWebAssembly support #206

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Add BlazorWebAssembly support #206

merged 2 commits into from
Jun 25, 2024

Conversation

EX-EXE
Copy link

@EX-EXE EX-EXE commented May 26, 2024

When building the BlazorWebAssembly project, the following error occurs with R3Extensions.Blazor.
error NETSDK1082: There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.

"Microsoft.NET.Sdk.BlazorWebAssembly" used in the BlazorWebAssembly project cannot use libraries generated by "Microsoft.NET.Sdk.Web", which references "Microsoft.AspNetCore.App".
dotnet/aspnetcore#46171 (comment)

I have changed "Microsoft.NET.Sdk.Web" to "Microsoft.NET.Sdk" and replaced the unusable classes.
It can probably be used outside of BlazorWebAssembly, but I couldn't think of a better name, so I named it "R3Extensions.BlazorWebAssembly".

@neuecc
Copy link
Member

neuecc commented May 28, 2024

thanks, I'll check soon!

@neuecc
Copy link
Member

neuecc commented Jun 25, 2024

Thank you, I'll release soon.

@neuecc neuecc merged commit fbbe5ea into Cysharp:main Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants