File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66 "type" : " coreclr" ,
77 "request" : " launch" ,
88 "preLaunchTask" : " Build" ,
9- "program" : " ${workspaceFolder}/src/TesterApp/bin/Debug/netcoreapp3 .0/TesterApp.dll" ,
9+ "program" : " ${workspaceFolder}/src/TesterApp/bin/Debug/net5 .0/TesterApp.dll" ,
1010 "cwd" : " ${workspaceFolder}/src/TesterApp" ,
1111 "internalConsoleOptions" : " openOnSessionStart" ,
1212 "env" :
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net5.0 </TargetFramework >
44 <AspNetCoreHostingModel >OutOfProcess</AspNetCoreHostingModel >
5- <Version >0.1</Version >
65 </PropertyGroup >
76 <ItemGroup >
87 <ProjectReference Include =" ..\Simplify.Web.Postman\Simplify.Web.Postman.csproj" />
You can’t perform that action at this time.
0 commit comments