There was an error while loading. Please reload this page.
1 parent f61e25c commit 1af647aCopy full SHA for 1af647a
1 file changed
Directory.Build.props
@@ -4,12 +4,12 @@
4
<LangVersion>latest</LangVersion>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>disable</Nullable>
7
- <!--<TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
8
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
9
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
10
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
11
<NoWarn>NU1507</NoWarn>
12
13
- <OrchardCoreVersion>3.0.0</OrchardCoreVersion>
+ <OrchardCoreVersion>3.0.1</OrchardCoreVersion>
14
</PropertyGroup>
15
</Project>
0 commit comments