Browse Source
Merge pull request #9158 from AvaloniaUI/SupportedOSPlatformBrowser
Add SupportedOSPlatform browser for web sample
pull/9164/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
samples/ControlCatalog.Web/Program.cs
|
|
|
@ -1,8 +1,11 @@ |
|
|
|
using System.Runtime.Versioning; |
|
|
|
using Avalonia; |
|
|
|
using Avalonia.Web; |
|
|
|
using ControlCatalog; |
|
|
|
using ControlCatalog.Web; |
|
|
|
|
|
|
|
[assembly:SupportedOSPlatform("browser")] |
|
|
|
|
|
|
|
internal partial class Program |
|
|
|
{ |
|
|
|
private static void Main(string[] args) |
|
|
|
|