Skip to content

Commit 336bd38

Browse files
Update to WinUI 2.7
1 parent f18604f commit 336bd38

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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'">

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)