From b6adee3ceb2c9206427780d250d2027dfc9af7b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:46:07 +0000 Subject: [PATCH] chore: Update dotnet monorepo --- examples/Cli/Injection/Injection.csproj | 2 +- examples/Cli/Logging/Logging.csproj | 2 +- global.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Cli/Injection/Injection.csproj b/examples/Cli/Injection/Injection.csproj index 6bebd6998..986f672e0 100644 --- a/examples/Cli/Injection/Injection.csproj +++ b/examples/Cli/Injection/Injection.csproj @@ -11,7 +11,7 @@ - + diff --git a/examples/Cli/Logging/Logging.csproj b/examples/Cli/Logging/Logging.csproj index 5579c3c05..b85a84f62 100644 --- a/examples/Cli/Logging/Logging.csproj +++ b/examples/Cli/Logging/Logging.csproj @@ -12,7 +12,7 @@ - + diff --git a/global.json b/global.json index e3cf6ef7f..43dad7079 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/global", "sdk": { - "version": "7.0.100", + "version": "7.0.400", "rollForward": "latestFeature" } }