We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa6901 commit 0b0e650Copy full SHA for 0b0e650
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <LangVersion>latest</LangVersion>
+ <LangVersion>9.0</LangVersion>
4
</PropertyGroup>
5
<ItemGroup>
6
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
@@ -10,7 +10,7 @@
10
</ItemGroup>
11
12
<AdditionalFiles Include="$(SolutionDir)stylecop.json">
13
- <Link>Properties\stylecop.json</Link>
+ <Link>stylecop.json</Link>
14
</AdditionalFiles>
15
16
0 commit comments