Blazor Hybrid / .NET MAUI support

This commit is contained in:
Shaun Walker
2022-08-11 17:09:32 -04:00
parent cf2adc7f6a
commit f96129fa37
75 changed files with 2244 additions and 41 deletions

View File

@ -3,6 +3,7 @@ namespace Oqtane.Shared
public enum Runtime
{
Server,
WebAssembly
WebAssembly,
Hybrid
}
}