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 55dca00 commit 85bf47eCopy full SHA for 85bf47e
Directory.Build.props
@@ -64,12 +64,6 @@
64
<PropertyGroup>
65
<NoLogo>true</NoLogo>
66
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
67
- <!--
68
- <Configuration Condition="$(Configuration) == ''">Debug</Configuration>
69
- <TargetFrameworks>$(TargetFrameworks)</TargetFrameworks>
70
- <TargetFrameworks Condition="'$(TargetFrameworks)'==''">$(DO_TargetFrameworks)</TargetFrameworks>
71
- <TargetFrameworks Condition="'$(TargetFrameworks)'==''">net6.0;net5.0</TargetFrameworks>
72
- -->
73
<LangVersion>9.0</LangVersion>
74
<SolutionDir Condition="$(SolutionDir) == ''">$([MSBuild]::EnsureTrailingSlash(
75
$([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.sln'))))</SolutionDir>
0 commit comments