This commit is contained in:
Geir Okkenhaug Jerstad 2024-12-04 11:07:21 +01:00
parent 4aa314fa2b
commit 9adcac365a
49 changed files with 1434 additions and 1 deletions

View file

@ -0,0 +1 @@
[assembly: System.Runtime.Versioning.SupportedOSPlatform("browser")]

View file

@ -0,0 +1,13 @@
{
"profiles": {
"AvaloniaApplication1.Browser": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7169;http://localhost:5235",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
}
}
}