File tree Expand file tree Collapse file tree 5 files changed +34
-26
lines changed Expand file tree Collapse file tree 5 files changed +34
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 0.2.0" ,
3
3
"configurations" : [
4
- {
5
- "name" : " TesterApp Launch" ,
6
- "type" : " coreclr" ,
7
- "request" : " launch" ,
8
- "preLaunchTask" : " Build" ,
9
- "program" : " ${workspaceFolder}/src/TesterApp/bin/Debug/net6.0/TesterApp.dll" ,
10
- "cwd" : " ${workspaceFolder}/src/TesterApp" ,
11
- "internalConsoleOptions" : " openOnSessionStart" ,
12
- "env" :
13
4
{
14
- "ASPNETCORE_ENVIRONMENT" : " Development"
5
+ "name" : " TesterApp Launch" ,
6
+ "type" : " coreclr" ,
7
+ "request" : " launch" ,
8
+ "preLaunchTask" : " Build" ,
9
+ "program" : " ${workspaceFolder}/src/TesterApp/bin/Debug/net8.0/TesterApp.dll" ,
10
+ "cwd" : " ${workspaceFolder}/src/TesterApp" ,
11
+ "internalConsoleOptions" : " openOnSessionStart" ,
12
+ "env" : {
13
+ "ASPNETCORE_ENVIRONMENT" : " Development"
14
+ }
15
15
}
16
- } ]
16
+ ]
17
17
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"cSpell.words" : [
3
+ " ASPNETCORE" ,
3
4
" cref" ,
4
5
" seealso"
5
6
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 2.0.0" ,
3
3
"tasks" : [
4
- {
5
- "label" : " Build" ,
6
- "command" : " dotnet" ,
7
- "type" : " process" ,
8
- "args" : [
9
- " build" ,
10
- " ${workspaceFolder}/src/Simplify.Web.Postman.sln"
11
- ],
12
- "problemMatcher" : " $msCompile" ,
13
- "group" :
14
4
{
15
- "kind" : " build" ,
16
- "isDefault" : true
5
+ "label" : " Build" ,
6
+ "command" : " dotnet" ,
7
+ "type" : " process" ,
8
+ "args" : [
9
+ " build" ,
10
+ " ${workspaceFolder}/src/Simplify.Web.Postman.sln"
11
+ ],
12
+ "problemMatcher" : " $msCompile" ,
13
+ "group" : {
14
+ "kind" : " build" ,
15
+ "isDefault" : true
16
+ }
17
17
}
18
- } ]
18
+ ]
19
19
}
Original file line number Diff line number Diff line change 1
1
{
2
+ "iisSettings" : {
3
+ "windowsAuthentication" : false ,
4
+ "anonymousAuthentication" : true ,
5
+ "iisExpress" : {
6
+ "applicationUrl" : " http://localhost:5000" ,
7
+ "sslPort" : 0
8
+ }
9
+ },
2
10
"profiles" : {
3
11
"IIS Express" : {
4
12
"commandName" : " IISExpress" ,
8
16
},
9
17
"TesterApp" : {
10
18
"commandName" : " Project" ,
19
+ "launchBrowser" : true ,
11
20
"environmentVariables" : {
12
21
"ASPNETCORE_ENVIRONMENT" : " Development"
13
22
},
14
- "launchBrowser" : true ,
15
23
"applicationUrl" : " http://localhost:5000"
16
24
}
17
25
}
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net8.0</TargetFramework >
4
- <AspNetCoreHostingModel >OutOfProcess</AspNetCoreHostingModel >
5
4
</PropertyGroup >
6
5
<ItemGroup >
7
6
<ProjectReference Include =" ..\Simplify.Web.Postman\Simplify.Web.Postman.csproj" />
You can’t perform that action at this time.
0 commit comments