Skip to content

Commit

Permalink
Fix implicit package
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Jan 7, 2021
1 parent 10a88cd commit d6f073d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<ExtrasTizenMetaPackageVersion>8.0.0.15631</ExtrasTizenMetaPackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(ExtrasNetfxMetaPackageVersion)' == ''">
<ExtrasNetfxMetaPackageVersion>1.0.0</ExtrasNetfxMetaPackageVersion>
</PropertyGroup>

<PropertyGroup>
<ExtrasImplicitPlatformPackageIsPrivate Condition="'$(ExtrasImplicitPlatformPackageIsPrivate)' == ''">false</ExtrasImplicitPlatformPackageIsPrivate>
</PropertyGroup>
Expand All @@ -29,8 +33,7 @@
</ItemGroup>

<ItemGroup Condition="'$(DisableImplicitFrameworkReferences)' != 'true' AND '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" IsImplicitlyDefined="true"/>
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Condition="'$(ExtrasImplicitPlatformPackageIsPrivate)' == 'true'"/>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="$(ExtrasNetfxMetaPackageVersion)" PrivateAssets="All" IsImplicitlyDefined="true"/>
</ItemGroup>

</Project>

0 comments on commit d6f073d

Please sign in to comment.