Skip to content

Commit

Permalink
Update src/Directory.Build.props
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Harwell <[email protected]>
  • Loading branch information
jmarolf and sharwell authored Jan 27, 2021
1 parent 8b2477e commit a6d07e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- C# specific settings -->
<When Condition="'$(Language)' == 'C#'">
<PropertyGroup>
<LangVersion>preview</LangVersion>
<LangVersion>9</LangVersion>
<WarningLevel>9999</WarningLevel>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand All @@ -41,4 +41,4 @@
<Copyright>$(CopyrightMicrosoft)</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
</Project>
</Project>

0 comments on commit a6d07e8

Please sign in to comment.