Basaingeal / Razor.SweetAlert2

A Razor class library for interacting with SweetAlert2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Target .Net Standard

Basaingeal opened this issue · comments

Deprecate Basaingeal/Blazor.SweetAlert2
The plan is to completely replace Basaingeal/Blazor.SweetAlert2 with this library. In order to do that, we'll need to target .Net Standard instead of .Net Core.

There is a problem in .Net 3.0-preview-6 where the static files referenced in a Razor class library are referenced differently in Server-side and Client-side Blazor. (dotnet/aspnetcore#11174) So this will have to wait until preview-7, which should be days away.