Skip to content

Commit

Permalink
-add Nuget reference of Template10.
Browse files Browse the repository at this point in the history
-set target SDK to 18362 (1903)
  • Loading branch information
Jan Philipp Weber committed Nov 3, 2019
1 parent aea62f2 commit d6c41e1
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>uap10.0.16299</TargetFrameworks>
<TargetFrameworks>uap10.0.18362</TargetFrameworks>
<RootNamespace>Template10</RootNamespace>
<Title>Template10 Controls NavViewEx</Title>
<Description>Template10 Controls NavViewEx</Description>
Expand All @@ -23,10 +23,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.UI.Xaml" Version="2.2.190917002" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Template10.Core\Template10.Core.csproj" />
<PackageReference Include="Template10" Version="2.0.1" />
</ItemGroup>

</Project>

0 comments on commit d6c41e1

Please sign in to comment.