modernization + PostIt
This commit is contained in:
parent
95dec3636a
commit
71c4f5022c
46 changed files with 808 additions and 80 deletions
1
src/PostIt/PostIt.Browser/Properties/AssemblyInfo.cs
Normal file
1
src/PostIt/PostIt.Browser/Properties/AssemblyInfo.cs
Normal file
|
|
@ -0,0 +1 @@
|
|||
[assembly:System.Runtime.Versioning.SupportedOSPlatform("browser")]
|
||||
13
src/PostIt/PostIt.Browser/Properties/launchSettings.json
Normal file
13
src/PostIt/PostIt.Browser/Properties/launchSettings.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"profiles": {
|
||||
"PostIt.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