Skip to content

Commit

Permalink
Update WASDK v1.7-EXP3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Feb 7, 2025
1 parent 7c2e926 commit 1e9c19c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

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

<!-- The NuGet package version -->
<XAMLToolsVersion>1.0.0-alpha0167</XAMLToolsVersion>
<CsWin32Version>0.3.162</CsWin32Version>
<Win2dVersion>1.3.1</Win2dVersion>
<Win2dVersion>1.3.2</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 @@ -48,7 +48,7 @@

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

Expand Down

0 comments on commit 1e9c19c

Please sign in to comment.