From 679afa5d1b65a67dba1245474a9fcbf4913535dd Mon Sep 17 00:00:00 2001
From: mu88 <4560672+mu88@users.noreply.github.com>
Date: Fri, 6 Dec 2024 14:33:48 +0100
Subject: [PATCH] feat(deps)!: upgrade to .NET 9
---
Directory.Packages.props | 3 +++
ElectronWebsiteWrapper.csproj | 2 +-
global.json | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 3b7706a..0f7f6e7 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -10,4 +10,7 @@
+
+
+
\ No newline at end of file
diff --git a/ElectronWebsiteWrapper.csproj b/ElectronWebsiteWrapper.csproj
index 41fc226..33fd6ef 100644
--- a/ElectronWebsiteWrapper.csproj
+++ b/ElectronWebsiteWrapper.csproj
@@ -1,6 +1,6 @@
- net8.0
+ net9.0
1.2.0
enable
enable
diff --git a/global.json b/global.json
index db578fc..5b8061c 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.403",
+ "version": "9.0.100",
"rollForward": "latestPatch"
}
}
\ No newline at end of file