Skip to content

Commit 72caae7

Browse files
committed
Upgrade test project to .net core 3.1
1 parent 1cbd20c commit 72caae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Imageflow.Test/Imageflow.Test.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
<IsPackable>false</IsPackable>
55
<Platforms>AnyCPU;x64;x86</Platforms>
66
<LangVersion>7.1</LangVersion>

0 commit comments

Comments
 (0)