Skip to content

Commit

Permalink
Explicitly use C# 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
airbreather committed Sep 3, 2019
1 parent dee3ffc commit 886dab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<PropertyGroup>
<SolutionDir Condition=" '$(SolutionDir)' == '' ">$(MSBuildThisFileDirectory)</SolutionDir>
<LangVersion>7.3</LangVersion> <!-- latest version supported by VS2017 -->

<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)nts.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down

0 comments on commit 886dab2

Please sign in to comment.