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 25af6f1 commit 148f813Copy full SHA for 148f813
src/Directory.Build.props
@@ -15,9 +15,9 @@
15
<RunAnalyzersDuringLiveAnalysis>true</RunAnalyzersDuringLiveAnalysis>
16
<RunAnalyzers>true</RunAnalyzers>
17
<Nullable>enable</Nullable>
18
- <Version>5.1.0</Version>
19
- <AssemblyVersion>5.1.0.0</AssemblyVersion>
20
- <FileVersion>5.1.0.0</FileVersion>
+ <Version>6.0.0</Version>
+ <AssemblyVersion>6.0.0.0</AssemblyVersion>
+ <FileVersion>6.0.0.0</FileVersion>
21
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
22
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
23
<Authors>Christian Findlay</Authors>
0 commit comments