add Site option for specifying a Hosting Model of Blazor Hybrid

This commit is contained in:
Shaun Walker
2022-08-15 09:30:36 -04:00
parent 8bca345b45
commit 468df15d80
6 changed files with 10 additions and 13 deletions

View File

@ -318,6 +318,9 @@
<data name="BlazorWebAssembly" xml:space="preserve">
<value>Blazor WebAssembly</value>
</data>
<data name="BlazorHybrid" xml:space="preserve">
<value>Blazor Hybrid</value>
</data>
<data name="Settings" xml:space="preserve">
<value>Settings</value>
</data>