From b69f0920e3bdb92d7c7357f0836f9f75a08de10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:34:20 +0000 Subject: [PATCH] Bump the dotnet group (#1742) Bumps the dotnet group in /docs/fundamentals/snippets/testing/xunit/AspireApp.Tests with 3 updates: [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire), [Aspire.Hosting.Testing](https://github.com/dotnet/aspire) and [xunit](https://github.com/xunit/xunit). Updates `Aspire.Hosting.AppHost` from 8.2.0 to 8.2.1 - [Release notes](https://github.com/dotnet/aspire/releases) - [Commits](https://github.com/dotnet/aspire/compare/v8.2.0...v8.2.1) Updates `Aspire.Hosting.Testing` from 8.2.0 to 8.2.1 - [Release notes](https://github.com/dotnet/aspire/releases) - [Commits](https://github.com/dotnet/aspire/compare/v8.2.0...v8.2.1) Updates `xunit` from 2.9.1 to 2.9.2 - [Commits](https://github.com/xunit/xunit/compare/v2-2.9.1...v2-2.9.2) --- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Aspire.Hosting.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../testing/xunit/AspireApp.AppHost/AspireApp.AppHost.csproj | 2 +- .../testing/xunit/AspireApp.Tests/AspireApp.Tests.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/fundamentals/snippets/testing/xunit/AspireApp.AppHost/AspireApp.AppHost.csproj b/docs/fundamentals/snippets/testing/xunit/AspireApp.AppHost/AspireApp.AppHost.csproj index 57dbcfe3ad..6f04deae4b 100644 --- a/docs/fundamentals/snippets/testing/xunit/AspireApp.AppHost/AspireApp.AppHost.csproj +++ b/docs/fundamentals/snippets/testing/xunit/AspireApp.AppHost/AspireApp.AppHost.csproj @@ -15,7 +15,7 @@ - + diff --git a/docs/fundamentals/snippets/testing/xunit/AspireApp.Tests/AspireApp.Tests.csproj b/docs/fundamentals/snippets/testing/xunit/AspireApp.Tests/AspireApp.Tests.csproj index 5a46fcc930..49d5cc84c1 100644 --- a/docs/fundamentals/snippets/testing/xunit/AspireApp.Tests/AspireApp.Tests.csproj +++ b/docs/fundamentals/snippets/testing/xunit/AspireApp.Tests/AspireApp.Tests.csproj @@ -10,10 +10,10 @@ - + - +