Skip to content

Commit

Permalink
Integrate patched XAML compiler for UWP
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxuang committed Nov 13, 2024
1 parent cae92de commit 5ee8d4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<PackageVersion Include="Microsoft.Maui.Controls" Version="8.0.3" />
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.3" />
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.2.221109.1" />
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.1" />
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageVersion Include="Microsoft.Windows.SDK.CPP" Version="10.0.26100.2161" />
<PackageVersion Include="Nullable" Version="1.3.1" />
<PackageVersion Include="Uno.UI" Version="5.4.22" />
<PackageVersion Include="Uno.WinUI" Version="5.4.22" />
Expand Down
4 changes: 4 additions & 0 deletions FluentIcons.Uwp/FluentIcons.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<UseUwp>true</UseUwp>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.CPP" PrivateAssets="all" />
</ItemGroup>
</When>

<Otherwise>
Expand Down

0 comments on commit 5ee8d4d

Please sign in to comment.