From b069873d2d4cf67df3ce1739adf5ee7554575f5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 14 Jan 2026 01:55:22 +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..54ae20e 100644 --- a/build/Build.csproj +++ b/build/Build.csproj @@ -14,7 +14,7 @@ - + diff --git a/global.json b/global.json index 010597a..3c29bd9 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.102", "rollForward": "latestFeature", "allowPrerelease": true }