Stuff
This commit is contained in:
parent
4aa314fa2b
commit
9adcac365a
49 changed files with 1434 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
[assembly: System.Runtime.Versioning.SupportedOSPlatform("browser")]
|
|
@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue