From b5aaea41fed17d79dbbc9e073f60e28ab0416db7 Mon Sep 17 00:00:00 2001 From: yanghuan Date: Mon, 11 May 2020 10:05:24 +0800 Subject: [PATCH] roslyn version update to 3.5.0 --- CSharp.lua/CSharp.lua.csproj | 2 +- download/autopack.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSharp.lua/CSharp.lua.csproj b/CSharp.lua/CSharp.lua.csproj index a3c6253b..f18f2f95 100644 --- a/CSharp.lua/CSharp.lua.csproj +++ b/CSharp.lua/CSharp.lua.csproj @@ -14,7 +14,7 @@ - + diff --git a/download/autopack.cmd b/download/autopack.cmd index eee809c7..34e60eca 100644 --- a/download/autopack.cmd +++ b/download/autopack.cmd @@ -1,4 +1,4 @@ -set version=1.5 +set version=1.6 set binDir=CSharp.lua set coreDir=CoreSystem.lua set _7z="D:\Program Files\7-Zip\7z"