Skip to content

Commit

Permalink
Enable Windows.UI.Xaml XAML templates in VS 17.12 for .NET Framework …
Browse files Browse the repository at this point in the history
…projects
  • Loading branch information
driver1998 committed Nov 29, 2024
1 parent 99d0447 commit f28f229
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Mile.Xaml/NuGet/net48/Mile.Xaml.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@
<!-- Set the XAML runtime setting to UAP to workaround -->
<DefaultXamlRuntime>UAP</DefaultXamlRuntime>
</PropertyGroup>
</Project>

<ItemGroup>
<!-- Enable Windows.UI.Xaml XAML templates for .NET Framework -->
<ProjectCapability Include="Uwp" />
</ItemGroup>
</Project>

0 comments on commit f28f229

Please sign in to comment.