Skip to content

Commit 5193bea

Browse files
fix: bump the ms-extensions-dependencies group across 1 directory with 5 updates
Bumps the ms-extensions-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.10` | | [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.1` | `8.0.2` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` | | [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.1` | `8.0.2` | Updates `Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions` from 8.0.7 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.7...v8.0.10) Updates `Microsoft.Extensions.Http` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v8.0.2) Updates `Microsoft.Extensions.Hosting` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Hosting.Abstractions` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-extensions-dependencies - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-extensions-dependencies - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-extensions-dependencies - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-extensions-dependencies - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-extensions-dependencies - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ms-extensions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a91009 commit 5193bea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DetectiCam.Core/DetectiCam.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
2222
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
2323
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
24-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="8.0.7" />
25-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
26-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
24+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="8.0.10" />
25+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
26+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
2727
<PackageReference Include="OpenCvSharp4" Version="4.6.0.20220608" />
2828
<PackageReference Include="OpenCvSharp4_.runtime.ubuntu.20.04-x64" Version="4.7.0.20230115" />
2929
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.6.0.20220608" />

DetectiCam/DetectiCam.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
2020
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.10.0" />
2121
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
22-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
23-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
24-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
22+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
23+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
24+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
2525
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="8.0.0" />
2626
<PackageReference Include="Microsoft.NetCore.Platforms" Version="7.0.4" />
2727
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />

0 commit comments

Comments
 (0)