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 45df6e8 commit fef2c74Copy full SHA for fef2c74
Directory.Build.props
@@ -78,7 +78,7 @@
78
<PropertyGroup>
79
<NoLogo>true</NoLogo>
80
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
81
- <LangVersion>10.0</LangVersion> <!-- version assigned to net6.0 -->
+ <LangVersion>12.0</LangVersion> <!-- version assigned to net8.0 -->
82
<SolutionDir Condition="$(SolutionDir) == ''">$([MSBuild]::EnsureTrailingSlash(
83
$([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.sln'))))</SolutionDir>
84
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
0 commit comments