From d5ff3037ed88d7e634f1eb333ae12d1ca5d24682 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Wed, 10 Sep 2025 19:10:47 +1000 Subject: [PATCH] update to .net 10 --- global.json | 2 +- src/SharpIDE.Application/SharpIDE.Application.csproj | 2 +- src/SharpIDE.Godot/SharpIDE.Godot.csproj | 2 +- src/SharpIDE.Photino/SharpIDE.Photino.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index 1de3860..1878523 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.303", + "version": "10.0.100-rc.1.25451.107", "rollForward": "latestMajor", "allowPrerelease": false } diff --git a/src/SharpIDE.Application/SharpIDE.Application.csproj b/src/SharpIDE.Application/SharpIDE.Application.csproj index d326821..72e4335 100644 --- a/src/SharpIDE.Application/SharpIDE.Application.csproj +++ b/src/SharpIDE.Application/SharpIDE.Application.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable Exe enable diff --git a/src/SharpIDE.Godot/SharpIDE.Godot.csproj b/src/SharpIDE.Godot/SharpIDE.Godot.csproj index 0bd31b4..eed785f 100644 --- a/src/SharpIDE.Godot/SharpIDE.Godot.csproj +++ b/src/SharpIDE.Godot/SharpIDE.Godot.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 true enable true diff --git a/src/SharpIDE.Photino/SharpIDE.Photino.csproj b/src/SharpIDE.Photino/SharpIDE.Photino.csproj index 76b45b0..388a1f0 100644 --- a/src/SharpIDE.Photino/SharpIDE.Photino.csproj +++ b/src/SharpIDE.Photino/SharpIDE.Photino.csproj @@ -2,7 +2,7 @@ WinExe - net9.0 + net10.0 favicon.ico enable enable