Skip to content

Commit

Permalink
Merge pull request unoplatform#19472 from unoplatform/dev/mazi/win-build
Browse files Browse the repository at this point in the history
fix: Local build of Samples app Windows for .NET 9
  • Loading branch information
MartinZikmund authored Feb 10, 2025
2 parents 1767a0b + f51b3af commit 88bdcb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions src/SamplesApp/SamplesApp.Windows/SamplesApp.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

<!-- Disabled because of https://github.com/dotnet/sdk/issues/43680#issuecomment-2401193028 -->
<CsWinRTAotOptimizerEnabled>false</CsWinRTAotOptimizerEnabled>

<WindowsSdkPackageVersion>10.0.19041.53</WindowsSdkPackageVersion>
</PropertyGroup>

<Import Project="../../targetframework-override.props" />
Expand Down Expand Up @@ -48,8 +46,8 @@
<PackageReference Include="Microsoft.Graph" Version="5.56.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />

<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<Manifest Include="$(ApplicationManifest)" />

<!-- https://github.com/NuGet/Home/issues/7344 -->
Expand Down
6 changes: 2 additions & 4 deletions src/Uno.UI.RuntimeTests/Uno.UI.RuntimeTests.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

<!-- Disabled because of https://github.com/dotnet/sdk/issues/43680#issuecomment-2401193028 -->
<CsWinRTAotOptimizerEnabled>false</CsWinRTAotOptimizerEnabled>

<WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
</PropertyGroup>

<Import Project="../targetframework-override.props" />
Expand Down Expand Up @@ -61,8 +59,8 @@
<PackageReference Include="Uno.Core.Extensions.Disposables" />
<PackageReference Include="Uno.Core.Extensions.Compatibility" />
<PackageReference Include="Uno.Core.Extensions" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />

<!-- https://github.com/NuGet/Home/issues/7344 -->
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
Expand Down

0 comments on commit 88bdcb0

Please sign in to comment.