Skip to content

Commit 6d258bb

Browse files
committed
Change target framework to netcoreapp2.1 for Sample
1 parent 9e688c3 commit 6d258bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Sample/Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>netcoreapp2.0</TargetFramework>
4+
<TargetFramework>netcoreapp2.1</TargetFramework>
55
</PropertyGroup>
66
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
77
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)