We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aea2f9 commit 3aef78aCopy full SHA for 3aef78a
1 file changed
TryCSharp.DotNetCore2.Tutorial/TryCSharp.DotNetCore2.Tutorial.csproj
@@ -1,6 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
- <TargetFramework>netcoreapp2.0</TargetFramework>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
5
+ <LangVersion>latest</LangVersion>
6
</PropertyGroup>
7
</Project>
0 commit comments