Skip to content

Commit d976f08

Browse files
committed
Target framework upgrade to .NET Core 3.1
1 parent ad6f9be commit d976f08

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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.0</TargetFramework>
3+
<TargetFramework>netcoreapp3.1</TargetFramework>
44
<Version>0.1</Version>
55
<OutputType>Exe</OutputType>
66
<IsPackable>false</IsPackable>

src/TestServer/TestServer.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp3.0</TargetFramework>
4-
<Version>0.1</Version>
3+
<TargetFramework>netcoreapp3.1</TargetFramework>
54
</PropertyGroup>
65
<ItemGroup>
76
<ProjectReference Include="..\Simplify.Web.Multipart\Simplify.Web.Multipart.csproj" />

0 commit comments

Comments
 (0)