Skip to content

Commit 4ffcdb6

Browse files
Bump the dev-dependencies group across 1 directory with 6 updates (#145)
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.FileSystemGlobbing](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [CommunityToolkit.Maui](https://github.com/CommunityToolkit/Maui) | `7.0.1` | `9.1.1` | | [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) | `8.2.2` | `8.3.2` | | [Microsoft.Extensions.Logging.Debug](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Plugin.Maui.Audio](https://github.com/jfversluis/Plugin.Maui.Audio) | `2.1.0` | `3.0.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | Updates `Microsoft.Extensions.FileSystemGlobbing` 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 `CommunityToolkit.Maui` from 7.0.1 to 9.1.1 - [Release notes](https://github.com/CommunityToolkit/Maui/releases) - [Commits](CommunityToolkit/Maui@7.0.1...9.1.1) Updates `CommunityToolkit.Mvvm` from 8.2.2 to 8.3.2 - [Release notes](https://github.com/CommunityToolkit/dotnet/releases) - [Commits](CommunityToolkit/dotnet@v8.2.2...v8.3.2) Updates `Microsoft.Extensions.Logging.Debug` 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 `Plugin.Maui.Audio` from 2.1.0 to 3.0.1 - [Release notes](https://github.com/jfversluis/Plugin.Maui.Audio/releases) - [Commits](jfversluis/Plugin.Maui.Audio@v2.1.0...v3.0.1) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.11.1...v17.12.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: CommunityToolkit.Maui dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: CommunityToolkit.Mvvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: Microsoft.Extensions.Logging.Debug dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: Plugin.Maui.Audio dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cfba68a commit 4ffcdb6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

examples/MAUI/MAUI.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
</ItemGroup>
6363

6464
<ItemGroup>
65-
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
66-
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
67-
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
65+
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.1" />
66+
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
67+
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0" />
6868
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
6969
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
70-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
71-
<PackageReference Include="Plugin.Maui.Audio" Version="2.1.0" />
70+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
71+
<PackageReference Include="Plugin.Maui.Audio" Version="3.0.1" />
7272
</ItemGroup>
7373

7474
<ItemGroup>

examples/cli/cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Import Project="..\..\src\VoicevoxCoreSharp.Core\VoicevoxCoreSharp.Core.Metas.props" />
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
16+
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0" />
1717
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="$(VoicevoxOnnxRuntimeVersion)" Condition="$(UseNugetOnnxRuntime) == 'true'" />
1818
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
1919
</ItemGroup>

tests/VoicevoxCoreSharp.Core.Tests/VoicevoxCoreSharp.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="$(VoicevoxOnnxRuntimeVersion)" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1616
<PackageReference Include="xunit" Version="2.9.2" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)