From 5ad317b8e124f4949f340db812caf11733357481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:08:05 +0000 Subject: [PATCH] Bump the nuget group with 8 updates Bumps the nuget group with 8 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `9.0.1` | `9.0.2` | | [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) | `9.0.1` | `9.0.2` | | [System.IO.Pipelines](https://github.com/dotnet/runtime) | `9.0.1` | `9.0.2` | | [Microsoft.JavaScript.NodeApi](https://github.com/microsoft/node-api-dotnet) | `0.9.3` | `0.9.6` | | [Microsoft.JavaScript.NodeApi.Generator](https://github.com/microsoft/node-api-dotnet) | `0.9.3` | `0.9.6` | | [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) | `9.0.1` | `9.0.2` | | [Microsoft.Extensions.TimeProvider.Testing](https://github.com/dotnet/extensions) | `9.1.0` | `9.2.0` | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `9.0.1` | `9.0.2` | Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.2) Updates `Microsoft.Extensions.ObjectPool` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v9.0.1...v9.0.2) Updates `System.IO.Pipelines` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.2) Updates `Microsoft.JavaScript.NodeApi` from 0.9.3 to 0.9.6 - [Commits](https://github.com/microsoft/node-api-dotnet/commits) Updates `Microsoft.JavaScript.NodeApi.Generator` from 0.9.3 to 0.9.6 - [Commits](https://github.com/microsoft/node-api-dotnet/commits) Updates `Microsoft.AspNetCore.TestHost` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v9.0.1...v9.0.2) Updates `Microsoft.Extensions.TimeProvider.Testing` from 9.1.0 to 9.2.0 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/compare/v9.1.0...v9.2.0) Updates `Microsoft.AspNetCore.Mvc.Testing` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.ObjectPool dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: System.IO.Pipelines dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.JavaScript.NodeApi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.JavaScript.NodeApi.Generator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.AspNetCore.TestHost dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.TimeProvider.Testing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... Signed-off-by: dependabot[bot] --- src/CHttp.Api/CHttp.Api.csproj | 4 ++-- src/CHttp/CHttp.csproj | 2 +- src/CHttpExtension/CHttpExtension.csproj | 4 ++-- src/CHttpServer/CHttpServer/CHttpServer.csproj | 2 +- tests/CHttp.Tests/CHttp.Tests.csproj | 4 ++-- tests/CHttpServer.Tests/CHttpServer.Tests.csproj | 2 +- .../TestWebApplication.Tests/TestWebApplication.Tests.csproj | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/CHttp.Api/CHttp.Api.csproj b/src/CHttp.Api/CHttp.Api.csproj index b8af4c3..618b635 100644 --- a/src/CHttp.Api/CHttp.Api.csproj +++ b/src/CHttp.Api/CHttp.Api.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/src/CHttp/CHttp.csproj b/src/CHttp/CHttp.csproj index 82fc2a8..eb4e162 100644 --- a/src/CHttp/CHttp.csproj +++ b/src/CHttp/CHttp.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/CHttpExtension/CHttpExtension.csproj b/src/CHttpExtension/CHttpExtension.csproj index 9504fbd..49c9a93 100644 --- a/src/CHttpExtension/CHttpExtension.csproj +++ b/src/CHttpExtension/CHttpExtension.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/src/CHttpServer/CHttpServer/CHttpServer.csproj b/src/CHttpServer/CHttpServer/CHttpServer.csproj index 9419f90..edad31c 100644 --- a/src/CHttpServer/CHttpServer/CHttpServer.csproj +++ b/src/CHttpServer/CHttpServer/CHttpServer.csproj @@ -15,7 +15,7 @@ - + diff --git a/tests/CHttp.Tests/CHttp.Tests.csproj b/tests/CHttp.Tests/CHttp.Tests.csproj index 0e7b684..ce09e97 100644 --- a/tests/CHttp.Tests/CHttp.Tests.csproj +++ b/tests/CHttp.Tests/CHttp.Tests.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/tests/CHttpServer.Tests/CHttpServer.Tests.csproj b/tests/CHttpServer.Tests/CHttpServer.Tests.csproj index b53d15b..38da849 100644 --- a/tests/CHttpServer.Tests/CHttpServer.Tests.csproj +++ b/tests/CHttpServer.Tests/CHttpServer.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/tests/TestWebApplication.Tests/TestWebApplication.Tests.csproj b/tests/TestWebApplication.Tests/TestWebApplication.Tests.csproj index 0d06537..f544bf8 100644 --- a/tests/TestWebApplication.Tests/TestWebApplication.Tests.csproj +++ b/tests/TestWebApplication.Tests/TestWebApplication.Tests.csproj @@ -12,7 +12,7 @@ - + all