Skip to content

Commit

Permalink
Switch to C# 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Nov 13, 2021
1 parent 73e790a commit 3a82b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<LangVersion>8.0</LangVersion>
<LangVersion>9.0</LangVersion>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)global.ruleset</CodeAnalysisRuleSet>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Roslynator.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 3a82b0b

Please sign in to comment.