From 557fb67792a079fcb11a93ffdd685a8da8aeb4ab Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 15 Nov 2023 01:11:21 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v8 --- .../Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj | 6 +++--- Src/Support/Google.Apis.Auth/Google.Apis.Auth.csproj | 4 ++-- Src/Support/IntegrationTests/IntegrationTests.csproj | 6 +++--- global.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj b/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj index 9b32893073..8595804714 100644 --- a/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj +++ b/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj @@ -35,9 +35,9 @@ - - - + + + diff --git a/Src/Support/Google.Apis.Auth/Google.Apis.Auth.csproj b/Src/Support/Google.Apis.Auth/Google.Apis.Auth.csproj index 48d49a383f..0b791ce0d8 100644 --- a/Src/Support/Google.Apis.Auth/Google.Apis.Auth.csproj +++ b/Src/Support/Google.Apis.Auth/Google.Apis.Auth.csproj @@ -46,7 +46,7 @@ Supported Platforms: - + @@ -55,7 +55,7 @@ Supported Platforms: - + diff --git a/Src/Support/IntegrationTests/IntegrationTests.csproj b/Src/Support/IntegrationTests/IntegrationTests.csproj index f2a7226ac3..4ab2d040d8 100644 --- a/Src/Support/IntegrationTests/IntegrationTests.csproj +++ b/Src/Support/IntegrationTests/IntegrationTests.csproj @@ -32,9 +32,9 @@ - - - + + + diff --git a/global.json b/global.json index cffa67e25d..aafa131ca0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.414", + "version": "8.0.100", "rollForward": "minor" } }