Skip to content

Commit 7816189

Browse files
Merge pull request #4256 from michael-hawker/winui27-update
Update to WinUI 2.7
2 parents 6ed7721 + a4c5d1c commit 7816189

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
</PackageReference>
112112
-->
113113
<PackageReference Include="Microsoft.UI.Xaml">
114-
<Version>2.6.2</Version>
114+
<Version>2.7.0</Version>
115115
</PackageReference>
116116
<PackageReference Include="Monaco.Editor">
117117
<Version>0.7.0-alpha</Version>

SmokeTests/SmokeTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<!-- Only the Layout package have a dependency on WinUI -->
112112
<ItemGroup Condition="$(CurrentProject) == 'UWPBaselineWinUI' or $(CurrentProject) == 'Microsoft.Toolkit.Uwp.UI.Controls.Layout'">
113113
<PackageReference Include="Microsoft.UI.Xaml">
114-
<Version>2.6.2</Version>
114+
<Version>2.7.0</Version>
115115
</PackageReference>
116116
</ItemGroup>
117117
<ItemGroup Condition="'$(CurrentProject)' != '' and '$(CurrentProject)' != 'UWPBaseline' and '$(CurrentProject)' != 'UWPBaselineWinUI' and '$(NuGetPackageVersion)' != 'To Fill In With Local Version Number'">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Microsoft.NET.CoreFramework.Debug.2.2.appx
22
Microsoft.NET.CoreRuntime.2.2.appx
3-
Microsoft.UI.Xaml.2.6.appx
3+
Microsoft.UI.Xaml.2.7.appx
44
Microsoft.VCLibs.x86.Debug.14.00.appx
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Microsoft.NET.Native.Framework.2.2.appx
22
Microsoft.NET.Native.Runtime.2.2.appx
3-
Microsoft.UI.Xaml.2.6.appx
3+
Microsoft.UI.Xaml.2.7.appx
44
Microsoft.VCLibs.x86.14.00.appx

UnitTests/UnitTests.UWP/UnitTests.UWP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<Version>6.2.12</Version>
130130
</PackageReference>
131131
<PackageReference Include="Microsoft.UI.Xaml">
132-
<Version>2.6.2</Version>
132+
<Version>2.7.0</Version>
133133
</PackageReference>
134134
<PackageReference Include="MSTest.TestAdapter">
135135
<Version>2.2.5</Version>

build/Windows.Toolkit.UWP.Controls.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</ItemGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.UI.Xaml" Version="2.6.2" />
8+
<PackageReference Include="Microsoft.UI.Xaml" Version="2.7.0" />
99
</ItemGroup>
1010

1111
<PropertyGroup>

0 commit comments

Comments
 (0)