Skip to content

Commit

Permalink
Use C# 12.0 (#14713)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Nov 17, 2023
1 parent e14c574 commit 123e961
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 @@ -3,7 +3,7 @@
<Import Project="Dependencies.props" />

<PropertyGroup>
<LangVersion>10.0</LangVersion>
<LangVersion>12.0</LangVersion>
<VersionPrefix>1.8.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
Expand Down

0 comments on commit 123e961

Please sign in to comment.