Skip to content

Commit 9ba97da

Browse files
authored
Bump packages (#2156)
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## Screenshots (if appropriate): ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change)
1 parent d144138 commit 9ba97da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

WinUIGallery/WinUIGallery.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<PackageReference Update="Microsoft.Windows.CsWinRT" Version="$(MicrosoftCsWinRTPackageVersion)" />
158158
<PackageReference Update="System.Private.Uri" Version="4.3.2" />
159159
<PackageReference Update="Microsoft.Windows.CsWin32" Version="0.3.269" />
160-
<PackageReference Update="Microsoft.Windows.SDK.BuildTools.MSIX" Version="1.7.251221100" />
160+
<PackageReference Update="Microsoft.Windows.SDK.BuildTools.MSIX" Version="1.7.260316102" />
161161
</ItemGroup>
162162

163163
<ItemGroup>

standalone.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<!-- The NuGet versions of dependencies to build against. -->
44
<WindowsSdkPackageVersion>10.0.22621.42</WindowsSdkPackageVersion>
5-
<WindowsAppSdkPackageVersion>1.8.260209005</WindowsAppSdkPackageVersion>
5+
<WindowsAppSdkPackageVersion>1.8.260317003</WindowsAppSdkPackageVersion>
66
<MicrosoftNETCoreUniversalWindowsPlatformVersion>6.2.11</MicrosoftNETCoreUniversalWindowsPlatformVersion>
7-
<GraphicsWin2DVersion>1.3.2</GraphicsWin2DVersion>
7+
<GraphicsWin2DVersion>1.4.0</GraphicsWin2DVersion>
88
<ColorCodeVersion>2.0.15</ColorCodeVersion>
99
<CommunityToolkitWinUIVersion>8.2.251219</CommunityToolkitWinUIVersion>
1010
<MicrosoftCsWinRTPackageVersion>2.2.0</MicrosoftCsWinRTPackageVersion>

0 commit comments

Comments
 (0)