- init: Init

This commit is contained in:
2026-04-12 18:05:58 +03:00
commit ae4fd7a8c0
50 changed files with 941 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,13 @@
{
"profiles": {
"InternalSortMethods.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}"
}
}
}