From cd2f902bc3a62b750402ab1b2026fcf2bbaef8fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:15:59 +0000 Subject: [PATCH] Update dotnet monorepo --- .../AppCenterExtensions.AppInsights.csproj | 2 +- src/global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AppCenterExtensions.AppInsights/AppCenterExtensions.AppInsights.csproj b/src/AppCenterExtensions.AppInsights/AppCenterExtensions.AppInsights.csproj index 476e004..fd76782 100644 --- a/src/AppCenterExtensions.AppInsights/AppCenterExtensions.AppInsights.csproj +++ b/src/AppCenterExtensions.AppInsights/AppCenterExtensions.AppInsights.csproj @@ -21,7 +21,7 @@ - + diff --git a/src/global.json b/src/global.json index 02751f9..9184ba9 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.410", + "version": "8.0.403", "rollForward": "latestMajor", "allowPrerelease": true }