From c7bbc83b41c7dfee24d680a6138497d759701cf2 Mon Sep 17 00:00:00 2001 From: n0099 Date: Sun, 8 Dec 2024 04:34:38 +0000 Subject: [PATCH] * upgrade to .NET 9.0 @ c# --- c#/Directory.Build.props | 2 +- c#/global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c#/Directory.Build.props b/c#/Directory.Build.props index 4fe29c92..f656bb47 100644 --- a/c#/Directory.Build.props +++ b/c#/Directory.Build.props @@ -1,6 +1,6 @@ - net8.0 + net9.0 preview enable enable diff --git a/c#/global.json b/c#/global.json index 3306bd68..0c341247 100644 --- a/c#/global.json +++ b/c#/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.0", + "version": "9.0.0", "rollForward": "latestFeature" // https://github.com/actions/setup-dotnet/pull/481 } }