File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 38
38
<NoLogo >true</NoLogo >
39
39
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
40
40
<TargetFramework >netcoreapp3.1</TargetFramework >
41
+ <LangVersion >9.0</LangVersion >
41
42
<SolutionDir Condition =" $(SolutionDir) == ''" >$([MSBuild]::EnsureTrailingSlash(
42
43
$([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.sln'))))</SolutionDir >
43
44
<Configuration Condition =" $(Configuration) == ''" >Debug</Configuration >
Original file line number Diff line number Diff line change 14
14
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
15
15
<WarningLevel >4</WarningLevel >
16
16
<NoWarn >1591</NoWarn >
17
- <LangVersion >9.0</LangVersion >
18
17
</PropertyGroup >
19
18
<PropertyGroup Label =" Debug" Condition =" '$(Configuration)'=='Debug'" >
20
19
<DefineConstants >TRACE;DEBUG</DefineConstants >
You can’t perform that action at this time.
0 commit comments