Skip to content

Commit dfae332

Browse files
committed
[up] framework to 6.0
1 parent 51ec064 commit dfae332

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"type": "coreclr",
77
"request": "launch",
88
"preLaunchTask": "Build",
9-
"program": "${workspaceFolder}/src/TestServer/bin/Debug/netcoreapp3.1/TestServer.dll",
10-
"cwd": "${workspaceFolder}/src/TestServer/bin/Debug/netcoreapp3.1/",
9+
"program": "${workspaceFolder}/src/TestServer/bin/Debug/net6.0/TestServer.dll",
10+
"cwd": "${workspaceFolder}/src/TestServer/bin/Debug/net6.0/",
1111
"internalConsoleOptions": "openOnSessionStart",
1212
"env":
1313
{

src/TestClient/TestClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp3.1</TargetFramework>
3+
<TargetFramework>net6.0</TargetFramework>
44
<OutputType>Exe</OutputType>
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>

src/TestServer/TestServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp3.1</TargetFramework>
3+
<TargetFramework>net6.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
66
<ProjectReference Include="..\Simplify.Web.Multipart\Simplify.Web.Multipart.csproj" />

0 commit comments

Comments
 (0)