Skip to content

Commit 9992987

Browse files
Bart KoelmanBart Koelman
authored andcommitted
Set language version to latest
1 parent 58e0e0a commit 9992987

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer.Test/CSharpGuidelinesAnalyzer.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFramework>net46</TargetFramework>
44
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
55
<DebugType>full</DebugType>
6+
<LangVersion>latest</LangVersion>
67
</PropertyGroup>
78
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
89
<DefineConstants>TRACE;DEBUG;JETBRAINS_ANNOTATIONS</DefineConstants>

src/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
77
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
88
<DebugType>full</DebugType>
9+
<LangVersion>latest</LangVersion>
910
</PropertyGroup>
1011
<PropertyGroup>
1112
<!-- https://github.com/NuGet/Home/issues/5630 -->

0 commit comments

Comments
 (0)