We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6f9be commit d976f08Copy full SHA for d976f08
src/TestClient/TestClient.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>netcoreapp3.0</TargetFramework>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
4
<Version>0.1</Version>
5
<OutputType>Exe</OutputType>
6
<IsPackable>false</IsPackable>
src/TestServer/TestServer.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
- <Version>0.1</Version>
</PropertyGroup>
<ItemGroup>
7
<ProjectReference Include="..\Simplify.Web.Multipart\Simplify.Web.Multipart.csproj" />
0 commit comments