From 5f2551a3d077dce303911b4efb1ca3ac9d2b8551 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Dec 2025 10:15:01 +0000 Subject: [PATCH] Update dotnet monorepo --- build/Build.csproj | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Build.csproj b/build/Build.csproj index 0602d8e..f4c58f1 100644 --- a/build/Build.csproj +++ b/build/Build.csproj @@ -14,7 +14,7 @@ - + diff --git a/global.json b/global.json index 010597a..f252ac3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.101", "rollForward": "latestFeature", "allowPrerelease": true }