From 7bb8e16ba54baf57e45c8fabbee63ec5d82eae05 Mon Sep 17 00:00:00 2001 From: martincostello Date: Sun, 12 May 2024 09:23:07 +0100 Subject: [PATCH] Bump Mvc.Testing and TestHost Bump Microsoft.AspNetCore.Mvc.Testing and Microsoft.AspNetCore.TestHost to their latest versions for .NET 6 and 8. --- Directory.Packages.props | 4 ++-- .../Swashbuckle.AspNetCore.IntegrationTests.csproj | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index be12b3a05..b2c9b4f9f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,14 +10,14 @@ - + - + diff --git a/test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj b/test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj index 166b143f9..13a400f73 100644 --- a/test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj +++ b/test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj @@ -39,4 +39,9 @@ + + + + +