getting navview unbroke

This commit is contained in:
Clint Rutkas 2020-03-11 10:18:35 -07:00 committed by Lavius Motileng
parent 43589096c3
commit 8433119ac9
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 10 -->
<maxversiontested Id="10.0.18362.0"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
</application>
</compatibility>
</assembly>

View file

@ -148,7 +148,7 @@
<Version>6.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.UI.Xaml">
<Version>2.4.0-prerelease.200203002</Version>
<Version>2.4.0-prerelease.191217001</Version>
</PackageReference>
</ItemGroup>
<ItemGroup />