Skip to content

Commit

Permalink
Update WASDK v1.7-exp2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Jan 10, 2025
1 parent ce0583c commit 1e1f823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<!-- Version -->
<LibraryMajorVersion>8</LibraryMajorVersion>
<PreviewLabel>-Preview4</PreviewLabel>
<PreviewLabel>-Preview5</PreviewLabel>
<IsPreviewBuild>true</IsPreviewBuild>
<PreviewBuildSuffix Condition="'$(IsPreviewBuild)' == 'true'">$(PreviewLabel)</PreviewBuildSuffix>

<!-- The NuGet package version -->
<XAMLToolsVersion>1.0.0-alpha0167</XAMLToolsVersion>
<CsWin32Version>0.3.106</CsWin32Version>
<CommunityToolkitMediaVersion>8.2.241112-preview1</CommunityToolkitMediaVersion>
<Win2dVersion>1.3.0</Win2dVersion>
<Win2dVersion>1.3.1</Win2dVersion>
<DebugTargetFramework>net9.0-windows10.0.19041.0</DebugTargetFramework>
<NoWarn>WMC1506;WMC0001;CA1416;CS8632;CS0067;CS0078;CS0649;CS0414;NU1903;NU1902</NoWarn>

Expand Down Expand Up @@ -49,7 +49,7 @@

<!-- The NuGet versions of dependencies to build against. -->
<ItemGroup Condition="'$(MSBuildProjectName)' != $(ContextMenuLibName)">
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.241114004-experimental1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250109001-experimental2" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions dev/DevWinUI.Gallery/DevWinUI.Gallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ColorCode.Core" Version="2.0.15" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0-preview2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" />
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.0-preview2" />
<PackageReference Include="nucs.JsonSettings" Version="2.0.2" />
<PackageReference Include="nucs.JsonSettings.AutosaveGenerator" Version="2.0.4" />
</ItemGroup>
Expand Down

0 comments on commit 1e1f823

Please sign in to comment.