File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4343 <VersionPrefix Condition =" '$(WilsonVersion)' == ''" >$(WilsonCurrentVersion)</VersionPrefix >
4444 <FileVersion Condition =" '$(WilsonVersion)' != '' and '$(IsCustomPreview)' != 'true' " >$(WilsonVersion).$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMdd"))</FileVersion >
4545 <FileVersion Condition =" '$(WilsonVersion)' == ''" >$(WilsonCurrentVersion).$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMdd"))</FileVersion >
46+ <TargetFrameworkVersion >$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))</TargetFrameworkVersion >
47+ </PropertyGroup >
48+
49+ <PropertyGroup Condition =" ($([MSBuild]::GetTargetFrameworkIdentifier('$(TargetFramework)')) == '.NETCoreApp' And $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '8.0'))) " >
50+ <DefineConstants >$(DefineConstants);SUPPORTS_TIME_PROVIDER</DefineConstants >
4651 </PropertyGroup >
4752
4853 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments