Skip to content

Commit 0e68b0f

Browse files
Rosuaviomichael-hawker
authored andcommitted
Update all revelvent winui 2.5.0 revs to 2.6.1
1 parent 9444484 commit 0e68b0f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.5.0</Version>
114+
<Version>2.6.1</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.5.0</Version>
114+
<Version>2.6.1</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.5.appx
3+
Microsoft.UI.Xaml.2.6.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.5.appx
3+
Microsoft.UI.Xaml.2.6.appx
44
Microsoft.VCLibs.x86.14.00.appx

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.5.0" />
8+
<PackageReference Include="Microsoft.UI.Xaml" Version="2.6.1" />
99
</ItemGroup>
1010

1111
<PropertyGroup>

0 commit comments

Comments
 (0)