diff --git a/GameBundle/GameBundle.csproj b/GameBundle/GameBundle.csproj index b086a71..3a17e55 100644 --- a/GameBundle/GameBundle.csproj +++ b/GameBundle/GameBundle.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 Ellpeck A tool to package MonoGame and other .NET Core applications into several distributable formats diff --git a/Test/Bundle.bat b/Test/Bundle.bat index c75d2b4..53c1a42 100644 --- a/Test/Bundle.bat +++ b/Test/Bundle.bat @@ -1 +1 @@ -"../GameBundle/bin/Debug/netcoreapp3.1/GameBundle.exe" -wlm -bzn -s Test.csproj -o bin/Bundled -v -d "Test Project" \ No newline at end of file +"../GameBundle/bin/Debug/net5.0/GameBundle.exe" -wlm -bzn -s Test.csproj -o bin/Bundled -v -d "Test Project" \ No newline at end of file diff --git a/Test/Test.csproj b/Test/Test.csproj index 6138494..9966a7d 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.0 + net5.0 false false