Skip to content

Commit 1894320

Browse files
committed
Update to allow C# 8
1 parent ce8ee2f commit 1894320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

StyleCop.Analyzers/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<LangVersion>7.2</LangVersion>
13+
<LangVersion>8</LangVersion>
1414
<Features>strict</Features>
1515
</PropertyGroup>
1616

@@ -46,7 +46,7 @@
4646
<PackageReference Include="AsyncUsageAnalyzers" Version="1.0.0-alpha003" PrivateAssets="all" />
4747
<PackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.46" PrivateAssets="all" />
4848
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.66" PrivateAssets="all" />
49-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="2.11.0-beta2-63603-03" PrivateAssets="all" />
49+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="3.6.0-4.20251.5" PrivateAssets="all" />
5050
</ItemGroup>
5151

5252
<!-- Public API -->

0 commit comments

Comments
 (0)