File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 </PropertyGroup >
6464
6565 <!-- 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'" >
6768 <Configuration Condition =" $(Configuration) == ''" >Debug</Configuration >
6869 <TargetFrameworks >$(TargetFrameworks)</TargetFrameworks > <!-- the property -->
6970 <TargetFrameworks Condition =" '$(TargetFrameworks)'==''" >$(DO_TargetFrameworks)</TargetFrameworks > <!-- env var -->
8384 <PropertyGroup >
8485 <NoLogo >true</NoLogo >
8586 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
86- <LangVersion >10.0</LangVersion > <!-- version assigned with net6.0 -->
87+ <LangVersion >10.0</LangVersion > <!-- version assigned to net6.0 -->
8788 <SolutionDir Condition =" $(SolutionDir) == ''" >$([MSBuild]::EnsureTrailingSlash(
8889 $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.sln'))))</SolutionDir >
8990 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
You can’t perform that action at this time.
0 commit comments