Skip to content

Commit fef2c74

Browse files
committed
Update language verion
1 parent 45df6e8 commit fef2c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<PropertyGroup>
7979
<NoLogo>true</NoLogo>
8080
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
81-
<LangVersion>10.0</LangVersion> <!-- version assigned to net6.0 -->
81+
<LangVersion>12.0</LangVersion> <!-- version assigned to net8.0 -->
8282
<SolutionDir Condition="$(SolutionDir) == ''">$([MSBuild]::EnsureTrailingSlash(
8383
$([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.sln'))))</SolutionDir>
8484
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>

0 commit comments

Comments
 (0)