Skip to content

Commit af729bc

Browse files
committed
Target framework switch to .NET 5.0
1 parent 363b67a commit af729bc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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":

src/TesterApp/TesterApp.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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" />

0 commit comments

Comments
 (0)