From a6600a1c84153016a4ef9c60a582539b5c20e9ab Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 31 Aug 2024 13:18:09 +0200 Subject: [PATCH] updated to .net 8 --- GameBundle/GameBundle.csproj | 2 +- Test/Bundle.bat | 3 ++- Test/Test.csproj | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/GameBundle/GameBundle.csproj b/GameBundle/GameBundle.csproj index 408cb83..81232a6 100644 --- a/GameBundle/GameBundle.csproj +++ b/GameBundle/GameBundle.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 Major Ellpeck diff --git a/Test/Bundle.bat b/Test/Bundle.bat index 4b1a8d7..a915405 100644 --- a/Test/Bundle.bat +++ b/Test/Bundle.bat @@ -1,2 +1,3 @@ +dotnet build ../GameBundle/GameBundle.csproj rmdir /S /Q "bin/Bundled" -"../GameBundle/bin/Debug/net6.0/GameBundle.exe" -wlmWL -bznV -s Test.csproj -o bin/Bundled -v --mac-bundle-ignore macmain.txt -N beta \ No newline at end of file +"../GameBundle/bin/Debug/net8.0/GameBundle.exe" -wlmWL -bnV -s Test.csproj -o bin/Bundled -v --mac-bundle-ignore macmain.txt -N beta diff --git a/Test/Test.csproj b/Test/Test.csproj index ed0cf4d..c11d5b1 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 false false Test Project @@ -13,7 +13,7 @@ - + @@ -21,4 +21,4 @@ - \ No newline at end of file +