From aacf9c2cc118b3c20520895f5b23b72af4c48e65 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 15 Jul 2026 18:11:43 +0000
Subject: [PATCH] chore(deps): update dotnet monorepo to v10
---
Directory.Build.props | 2 +-
global.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Directory.Build.props b/Directory.Build.props
index a7ea18d..25a6e81 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -23,7 +23,7 @@
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/global.json b/global.json
index 2188816..cb6c0cd 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "9.0",
+ "version": "10.0.302",
"rollForward": "latestMinor"
}
}