File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 63
63
</PropertyGroup >
64
64
65
65
<!-- Release and Debug are for final builds, builds on build server, etc. Target frameworks are configurable here -->
66
- <PropertyGroup Label =" Defaults" Condition =" $(Configuration.Contains('NET7')) == 'false' AND $(Configuration.Contains('NET6')) == 'false'" >
66
+ <PropertyGroup Label =" Defaults"
67
+ Condition =" $(Configuration.Contains('NET8')) == 'false' AND $(Configuration.Contains('NET7')) == 'false' AND $(Configuration.Contains('NET6')) == 'false'" >
67
68
<Configuration Condition =" $(Configuration) == ''" >Debug</Configuration >
68
69
<TargetFrameworks >$(TargetFrameworks)</TargetFrameworks > <!-- the property -->
69
70
<TargetFrameworks Condition =" '$(TargetFrameworks)'==''" >$(DO_TargetFrameworks)</TargetFrameworks > <!-- env var -->
83
84
<PropertyGroup >
84
85
<NoLogo >true</NoLogo >
85
86
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
86
- <LangVersion >10.0</LangVersion > <!-- version assigned with net6.0 -->
87
+ <LangVersion >10.0</LangVersion > <!-- version assigned to net6.0 -->
87
88
<SolutionDir Condition =" $(SolutionDir) == ''" >$([MSBuild]::EnsureTrailingSlash(
88
89
$([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.sln'))))</SolutionDir >
89
90
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
You can’t perform that action at this time.
0 commit comments