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 +