Skip to content

Commit 662c28a

Browse files
Build(deps): bump the dotnet group across 1 directory with 5 updates (#66)
Bumps the dotnet group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` | | [Microsoft.Extensions.DependencyModel](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.2` | | [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.2` | | [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions) | `8.9.1` | `9.2.0` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.13.0` | Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.2) Updates `Microsoft.Extensions.DependencyModel` from 8.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.2) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.2) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.2) Updates `Microsoft.Extensions.Http.Resilience` from 8.9.1 to 9.2.0 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](dotnet/extensions@v8.9.1...v9.2.0) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.13.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.13.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.DependencyModel dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Http.Resilience dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 159d819 commit 662c28a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Directory.Packages.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageVersion Include="Aspire.Hosting.AppHost" Version="8.2.1"/>
7-
<PackageVersion Include="Aspire.Hosting.Testing" Version="8.2.1"/>
6+
<PackageVersion Include="Aspire.Hosting.AppHost" Version="8.2.2"/>
7+
<PackageVersion Include="Aspire.Hosting.Testing" Version="8.2.2"/>
88
<PackageVersion Include="coverlet.collector" Version="6.0.4"/>
99
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1"/>
1010
<PackageVersion Include="GitVersion.MsBuild" Version="6.1.0"/>
1111
<PackageVersion Include="InfinityFlow.Aspire.Temporal" Version="0.5.12"/>
1212
<PackageVersion Include="InfinityFlow.Tools.Branding" Version="0.2.0"/>
13-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0"/>
14-
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="8.0.1"/>
15-
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1"/>
16-
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="8.9.1"/>
17-
<PackageVersion Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.1"/>
13+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.2"/>
14+
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="9.0.2"/>
15+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.2"/>
16+
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.2.0"/>
17+
<PackageVersion Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.2"/>
1818
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4"/>
19-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
19+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0"/>
2020
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0"/>
2121
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.11.1"/>
2222
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.11.1"/>

0 commit comments

Comments
 (0)