This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 117117 <_NETCoreAppTargetFrameworkVersion >$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1])</_NETCoreAppTargetFrameworkVersion >
118118 <_NETStandardTargetFrameworkVersion >$(_NETStandardLibraryPackageVersion.Split('.')[0]).$(_NETStandardLibraryPackageVersion.Split('.')[1])</_NETStandardTargetFrameworkVersion >
119119
120+ <_NETCoreSdkIsPreview Condition =" '$(DropSuffix)' == '' " >true</_NETCoreSdkIsPreview >
121+
120122 <BundledVersionsPropsContent >
121123<![CDATA[
122124<!--
@@ -137,6 +139,8 @@ Copyright (c) .NET Foundation. All rights reserved.
137139 <BundledNETStandardTargetFrameworkVersion>$(_NETStandardTargetFrameworkVersion)</BundledNETStandardTargetFrameworkVersion>
138140 <BundledNETStandardPackageVersion>$(_NETStandardLibraryPackageVersion)</BundledNETStandardPackageVersion>
139141 <BundledNETCorePlatformsPackageVersion>$(_NETCorePlatformsPackageVersion)</BundledNETCorePlatformsPackageVersion>
142+ <NETCoreSdkVersion>$(SdkVersion)</NETCoreSdkVersion>
143+ <_NETCoreSdkIsPreview>$(_NETCoreSdkIsPreview)</_NETCoreSdkIsPreview>
140144 </PropertyGroup>
141145</Project>
142146]]>
You can’t perform that action at this time.
0 commit comments