We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae450a2 commit eaa0c18Copy full SHA for eaa0c18
1 file changed
src/BF2WebAdmin.Blazor/BF2WebAdmin.Blazor.csproj
@@ -5,6 +5,9 @@
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<LangVersion>default</LangVersion>
8
+ <PublishSelfContained>true</PublishSelfContained>
9
+ <SelfContained>true</SelfContained>
10
+ <RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
11
</PropertyGroup>
12
13
<ItemGroup>
0 commit comments