Skip to content

Commit

Permalink
Fixed old Microsoft.NETCore.UniversalWindowsPlatform version (#156)
Browse files Browse the repository at this point in the history
* include modern uwp NETCore version

* changed package reference to Head.Uwp.props
  • Loading branch information
jp-weber authored Nov 16, 2023
1 parent 0cc89a5 commit ee2ff81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProjectHeads/Head.Uwp.props
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.12"/>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.14"/>
<PackageReference Include="PolySharp" Version="1.13.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand All @@ -137,4 +137,4 @@
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
</Project>
</Project>

0 comments on commit ee2ff81

Please sign in to comment.