From 7b6e422d55abd5beb43877e1c9dbb698f5a796e5 Mon Sep 17 00:00:00 2001 From: milimoe Date: Sat, 25 Nov 2023 01:47:42 +0800 Subject: [PATCH] .NET 8 --- Desktop/FunGame.Testing.Desktop.csproj | 2 +- Library/FunGame.Testing.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Desktop/FunGame.Testing.Desktop.csproj b/Desktop/FunGame.Testing.Desktop.csproj index fb300c8..e6422ad 100644 --- a/Desktop/FunGame.Testing.Desktop.csproj +++ b/Desktop/FunGame.Testing.Desktop.csproj @@ -19,7 +19,7 @@ - ..\..\FunGame.Core\bin\Debug\net7.0\FunGame.Core.dll + ..\..\FunGame.Core\bin\Debug\net8.0\FunGame.Core.dll diff --git a/Library/FunGame.Testing.csproj b/Library/FunGame.Testing.csproj index d74e7f8..9374e10 100644 --- a/Library/FunGame.Testing.csproj +++ b/Library/FunGame.Testing.csproj @@ -10,7 +10,7 @@ - ..\..\FunGame.Core\bin\Debug\net7.0\FunGame.Core.dll + ..\..\FunGame.Core\bin\Debug\net8.0\FunGame.Core.dll