Skip to content

Commit 22ea908

Browse files
committed
Global lang version
1 parent 78eed84 commit 22ea908

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<NoLogo>true</NoLogo>
3939
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
4040
<TargetFramework>netcoreapp3.1</TargetFramework>
41+
<LangVersion>9.0</LangVersion>
4142
<SolutionDir Condition="$(SolutionDir) == ''">$([MSBuild]::EnsureTrailingSlash(
4243
$([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.sln'))))</SolutionDir>
4344
<Configuration Condition="$(Configuration) == ''">Debug</Configuration>

Orm/Xtensive.Orm/Xtensive.Orm.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<WarningLevel>4</WarningLevel>
1616
<NoWarn>1591</NoWarn>
17-
<LangVersion>9.0</LangVersion>
1817
</PropertyGroup>
1918
<PropertyGroup Label="Debug" Condition="'$(Configuration)'=='Debug'">
2019
<DefineConstants>TRACE;DEBUG</DefineConstants>

0 commit comments

Comments
 (0)