From 0e0c1477f4f199be12634c3bca9eef094653b33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:11:22 +0000 Subject: [PATCH] Bump the dotnet group across 1 directory with 5 updates Bumps the dotnet group with 5 updates in the /docs/core/whats-new/snippets/dotnet-8/csharp/ConsoleApp directory: | Package | From | To | | --- | --- | --- | | [Microsoft.AspNetCore.Http.Abstractions](https://github.com/dotnet/aspnetcore) | `2.2.0` | `2.3.0` | | [Microsoft.Extensions.Diagnostics.Testing](https://github.com/dotnet/extensions) | `9.0.0` | `9.2.0` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` | | [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.3` | `3.8.2` | Updates `Microsoft.AspNetCore.Http.Abstractions` from 2.2.0 to 2.3.0 - [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/commits) Updates `Microsoft.Extensions.Diagnostics.Testing` from 9.0.0 to 9.2.0 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/compare/v9.0.0...v9.2.0) Updates `Microsoft.Extensions.Hosting` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.2) Updates `Microsoft.Extensions.Hosting.Abstractions` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.2) Updates `MSTest.TestFramework` from 3.6.3 to 3.8.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.6.3...v3.8.2) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Http.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Diagnostics.Testing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] --- .../snippets/dotnet-8/csharp/ConsoleApp/Project.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/core/whats-new/snippets/dotnet-8/csharp/ConsoleApp/Project.csproj b/docs/core/whats-new/snippets/dotnet-8/csharp/ConsoleApp/Project.csproj index 5ece6084c48c0..5b1f8905c078c 100644 --- a/docs/core/whats-new/snippets/dotnet-8/csharp/ConsoleApp/Project.csproj +++ b/docs/core/whats-new/snippets/dotnet-8/csharp/ConsoleApp/Project.csproj @@ -8,11 +8,11 @@ - - - - - + + + + +