We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363b67a commit af729bcCopy full SHA for af729bc
2 files changed
.vscode/launch.json
@@ -6,7 +6,7 @@
6
"type": "coreclr",
7
"request": "launch",
8
"preLaunchTask": "Build",
9
- "program": "${workspaceFolder}/src/TesterApp/bin/Debug/netcoreapp3.0/TesterApp.dll",
+ "program": "${workspaceFolder}/src/TesterApp/bin/Debug/net5.0/TesterApp.dll",
10
"cwd": "${workspaceFolder}/src/TesterApp",
11
"internalConsoleOptions": "openOnSessionStart",
12
"env":
src/TesterApp/TesterApp.csproj
@@ -1,8 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
<PropertyGroup>
3
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>net5.0</TargetFramework>
4
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
5
- <Version>0.1</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Simplify.Web.Postman\Simplify.Web.Postman.csproj" />
0 commit comments