Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2020-04-24 19:42:07 +0300
committerGitHub <noreply@github.com>2020-04-24 19:42:07 +0300
commit4a2a26ce6948f8c4695d73657c808906ef2b6061 (patch)
treef3b2a05908a53cb42a116f8c5e6a0d6370c962df
parentc8cfa8f28402f31bdcc7171e79900423f0c1e32c (diff)
[2019-12] Bump msbuild to track mono-2019-12 (#19622)mono-6.10.0.103
* [2019-12] Bump msbuild to track mono-2019-12 * Bump nuget.exe to 5.6.0-preview2 * Bump roslyn to 3.6.0-4.20222.3 to match msbuild
-rw-r--r--configure.ac4
m---------external/roslyn-binaries0
-rw-r--r--packaging/MacSDK/msbuild.py2
-rw-r--r--packaging/MacSDK/nuget.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 1ad1fc83012..59ba2a083f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6063,8 +6063,8 @@ fi
AC_SUBST(mono_runtime)
AC_SUBST(mono_runtime_wrapper)
-CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.5.0/csc.exe
-VBCS_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe
+CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.6.0/csc.exe
+VBCS_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.6.0/VBCSCompiler.exe
if test $csc_compiler = mcs; then
CSC=$mcs_topdir/class/lib/build/mcs.exe
diff --git a/external/roslyn-binaries b/external/roslyn-binaries
-Subproject a8984d0533265752bce4f18da826270c8154744
+Subproject e67de891d178f0d05001280b3a94a5e53b7029d
diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py
index 35b646b6a77..dfbd7d2bccd 100644
--- a/packaging/MacSDK/msbuild.py
+++ b/packaging/MacSDK/msbuild.py
@@ -3,7 +3,7 @@ import fileinput
class MSBuild (GitHubPackage):
def __init__ (self):
GitHubPackage.__init__ (self, 'mono', 'msbuild', '15', # note: fix scripts/ci/run-test-mac-sdk.sh when bumping the version number
- revision = 'a3147951fe90acf6e6e3edf8aafc4d9362dcbd2c')
+ revision = '55f85cdb320fbe895672e15540b63a241ba8e7bc')
def build (self):
try:
diff --git a/packaging/MacSDK/nuget.py b/packaging/MacSDK/nuget.py
index 76c264df38a..4bed1b493e4 100644
--- a/packaging/MacSDK/nuget.py
+++ b/packaging/MacSDK/nuget.py
@@ -4,7 +4,7 @@ import fileinput
class NuGetBinary (Package):
def __init__(self):
- Package.__init__(self, name='NuGet', version='5.5.0-preview2', sources=[
+ Package.__init__(self, name='NuGet', version='5.6.0-preview2', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])
def build(self):