Skip to content

Commit be09e54

Browse files
build(deps): Bump the all group across 1 directory with 6 updates
Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) | `8.3.2` | `8.4.0` | | [Microsoft.Win32.SystemEvents](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) | `1.6.240923002` | `1.6.241114003` | | [Uno.CommunityToolkit.WinUI.UI](https://github.com/unoplatform/Uno.WindowsCommunityToolkit) | `7.1.203` | `7.1.204` | | [Uno.WinUI](https://github.com/unoplatform/uno) | `5.0.48` | `5.0.19` | | [Uno.UI](https://github.com/unoplatform/uno) | `5.5.37` | `5.5.94` | Updates `CommunityToolkit.Mvvm` from 8.3.2 to 8.4.0 - [Release notes](https://github.com/CommunityToolkit/dotnet/releases) - [Commits](CommunityToolkit/dotnet@v8.3.2...v8.4.0) Updates `Microsoft.Win32.SystemEvents` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `Microsoft.WindowsAppSDK` from 1.6.240923002 to 1.6.241114003 - [Release notes](https://github.com/microsoft/windowsappsdk/releases) - [Commits](https://github.com/microsoft/windowsappsdk/commits) Updates `Uno.CommunityToolkit.WinUI.UI` from 7.1.203 to 7.1.204 - [Commits](https://github.com/unoplatform/Uno.WindowsCommunityToolkit/commits) Updates `Uno.WinUI` from 5.0.48 to 5.0.19 - [Release notes](https://github.com/unoplatform/uno/releases) - [Commits](https://github.com/unoplatform/uno/commits/5.0.19) Updates `Uno.UI` from 5.5.37 to 5.5.94 - [Release notes](https://github.com/unoplatform/uno/releases) - [Commits](unoplatform/uno@5.5.37...5.5.94) --- updated-dependencies: - dependency-name: CommunityToolkit.Mvvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.Win32.SystemEvents dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: Microsoft.WindowsAppSDK dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Uno.CommunityToolkit.WinUI.UI dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Uno.WinUI dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Uno.UI dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79094c6 commit be09e54

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" />
77
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="8.0.0" />
88
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
9-
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.6.240923002" />
9+
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" />
1010
<PackageVersion Include="SkiaSharp.Skottie" Version="2.88.6" />
1111
<PackageVersion Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.6" />
1212
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" />
@@ -29,13 +29,13 @@
2929
<PackageVersion Include="WpfAnalyzers" Version="4.1.1" />
3030
<PackageVersion Include="CommunityToolkit.WinUI.UI" Version="7.1.2" />
3131
<PackageVersion Include="Microsoft.Toolkit.Uwp.UI" Version="7.1.3" />
32-
<PackageVersion Include="Uno.CommunityToolkit.WinUI.UI" Version="7.1.203" />
32+
<PackageVersion Include="Uno.CommunityToolkit.WinUI.UI" Version="7.1.204" />
3333
<PackageVersion Include="Uno.Microsoft.Toolkit.Uwp.UI" Version="7.1.11" />
34-
<PackageVersion Include="Uno.UI" Version="5.5.37" />
34+
<PackageVersion Include="Uno.UI" Version="5.5.94" />
3535
<PackageVersion Include="OxyPlot.SkiaSharp.Wpf" Version="2.2.0" />
3636
<PackageVersion Include="OxyPlot.Wpf" Version="2.2.0" />
37-
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="8.0.0" />
38-
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.3.2" />
37+
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="9.0.0" />
38+
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.0" />
3939
<PackageVersion Include="OxyPlot.ExampleLibrary" Version="2.2.0" />
4040
<PackageVersion Include="Uno.WinUI.Skia.Wpf" Version="5.0.48" />
4141
</ItemGroup>

src/apps/H.OxyPlot.Apps.Core/H.OxyPlot.Apps.Core.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
8+
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
99
<PackageReference Include="OxyPlot.ExampleLibrary" Version="2.2.0" />
1010
</ItemGroup>
1111

0 commit comments

Comments
 (0)