From 5d0b6e864af97999d86b12fc62c4b0c679e82224 Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Wed, 13 Mar 2024 22:33:09 +0100 Subject: [PATCH] Bump to .net 8 --- Capy64/Capy64.csproj | 2 +- ExamplePlugin/ExamplePlugin.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Capy64/Capy64.csproj b/Capy64/Capy64.csproj index edd60b6..9b30e7f 100644 --- a/Capy64/Capy64.csproj +++ b/Capy64/Capy64.csproj @@ -1,7 +1,7 @@  WinExe - net7.0 + net8.0 Major false false diff --git a/ExamplePlugin/ExamplePlugin.csproj b/ExamplePlugin/ExamplePlugin.csproj index 350c4a8..2dde573 100644 --- a/ExamplePlugin/ExamplePlugin.csproj +++ b/ExamplePlugin/ExamplePlugin.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable true