diff --git a/CSharp.lua.Launcher/Properties/PublishProfiles/FolderProfile.pubxml b/CSharp.lua.Launcher/Properties/PublishProfiles/FolderProfile.pubxml index ec9b1e32..1f312f61 100644 --- a/CSharp.lua.Launcher/Properties/PublishProfiles/FolderProfile.pubxml +++ b/CSharp.lua.Launcher/Properties/PublishProfiles/FolderProfile.pubxml @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem Release - netcoreapp3.0 + net5.0 bin\Release\PublishOutput Any CPU false diff --git a/download/autopack.cmd b/download/autopack.cmd index 34e60eca..581775b1 100644 --- a/download/autopack.cmd +++ b/download/autopack.cmd @@ -1,4 +1,4 @@ -set version=1.6 +set version=1.7 set binDir=CSharp.lua set coreDir=CoreSystem.lua set _7z="D:\Program Files\7-Zip\7z"