File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1515 <ExtrasTizenMetaPackageVersion >8.0.0.15631</ExtrasTizenMetaPackageVersion >
1616 </PropertyGroup >
1717
18+ <PropertyGroup Condition =" '$(ExtrasNetfxMetaPackageVersion)' == ''" >
19+ <ExtrasNetfxMetaPackageVersion >1.0.0</ExtrasNetfxMetaPackageVersion >
20+ </PropertyGroup >
21+
1822 <PropertyGroup >
1923 <ExtrasImplicitPlatformPackageIsPrivate Condition =" '$(ExtrasImplicitPlatformPackageIsPrivate)' == ''" >false</ExtrasImplicitPlatformPackageIsPrivate >
2024 </PropertyGroup >
2933 </ItemGroup >
3034
3135 <ItemGroup Condition =" '$(DisableImplicitFrameworkReferences)' != 'true' AND '$(TargetFrameworkIdentifier)' == '.NETFramework' " >
32- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" IsImplicitlyDefined =" true" />
33- <PackageReference Update =" Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets =" All" Condition =" '$(ExtrasImplicitPlatformPackageIsPrivate)' == 'true'" />
36+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" $(ExtrasNetfxMetaPackageVersion)" PrivateAssets =" All" IsImplicitlyDefined =" true" />
3437 </ItemGroup >
3538
3639</Project >
You can’t perform that action at this time.
0 commit comments