Skip to content

Commit

Permalink
Update metapackage versions
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Sep 10, 2021
1 parent 713e43f commit 3561e7f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -8,15 +8,15 @@
Package Version property for Implicit Packages included in the props file
-->
<PropertyGroup Condition="'$(ExtrasUwpMetaPackageVersion)' == ''">
<ExtrasUwpMetaPackageVersion>6.2.11</ExtrasUwpMetaPackageVersion>
<ExtrasUwpMetaPackageVersion>6.2.12</ExtrasUwpMetaPackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(ExtrasTizenMetaPackageVersion)' == ''">
<ExtrasTizenMetaPackageVersion>8.0.0.15631</ExtrasTizenMetaPackageVersion>
</PropertyGroup>

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

<PropertyGroup>
Expand All @@ -36,4 +36,4 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="$(ExtrasNetfxMetaPackageVersion)" PrivateAssets="All" IsImplicitlyDefined="true"/>
</ItemGroup>

</Project>
</Project>

0 comments on commit 3561e7f

Please sign in to comment.