Skip to content

Commit

Permalink
Update OrchardCore.Commons.props
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 committed Mar 19, 2024
1 parent 6fffe02 commit 25dd735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/OrchardCore.Commons.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<VersionPrefix>1.9.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix>eoc_preview</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsNotAsErrors>612,618</WarningsNotAsErrors>
Expand Down

0 comments on commit 25dd735

Please sign in to comment.