From ea30d83c8a809cc6420cf923da07ebe5b480a7f5 Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Thu, 18 May 2017 13:55:58 -0700 Subject: [PATCH 1/2] Update to latest MSBuild, NuGet and Roslyn packages --- src/OmniSharp.Abstractions/Configuration.cs | 2 +- .../OmniSharp.Abstractions.csproj | 2 +- src/OmniSharp.DotNet/OmniSharp.DotNet.csproj | 2 +- .../OmniSharp.DotNetTest.csproj | 2 +- src/OmniSharp.MSBuild/OmniSharp.MSBuild.csproj | 14 +++++++------- .../OmniSharp.Roslyn.CSharp.csproj | 6 +++--- src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj | 4 ++-- src/OmniSharp.Script/OmniSharp.Script.csproj | 2 +- src/OmniSharp/app.config | 6 +++--- .../OmniSharp.Stdio.Tests.csproj | 2 +- tests/TestUtility/TestUtility.csproj | 4 ++-- tests/app.config | 16 ++++++++-------- tools/packages.config | 4 ++-- 13 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/OmniSharp.Abstractions/Configuration.cs b/src/OmniSharp.Abstractions/Configuration.cs index 0173075d1b..18582b4601 100644 --- a/src/OmniSharp.Abstractions/Configuration.cs +++ b/src/OmniSharp.Abstractions/Configuration.cs @@ -4,7 +4,7 @@ internal static class Configuration { public static bool ZeroBasedIndices = false; - public const string RoslynVersion = "2.0.0.0"; + public const string RoslynVersion = "2.1.0.0"; public const string RoslynPublicKeyToken = "31bf3856ad364e35"; public readonly static string RoslynFeatures = GetRoslynAssemblyFullName("Microsoft.CodeAnalysis.Features"); diff --git a/src/OmniSharp.Abstractions/OmniSharp.Abstractions.csproj b/src/OmniSharp.Abstractions/OmniSharp.Abstractions.csproj index a9db2a1ee8..f8178bde29 100644 --- a/src/OmniSharp.Abstractions/OmniSharp.Abstractions.csproj +++ b/src/OmniSharp.Abstractions/OmniSharp.Abstractions.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/OmniSharp.DotNet/OmniSharp.DotNet.csproj b/src/OmniSharp.DotNet/OmniSharp.DotNet.csproj index 896fb53d13..089e7aad4c 100644 --- a/src/OmniSharp.DotNet/OmniSharp.DotNet.csproj +++ b/src/OmniSharp.DotNet/OmniSharp.DotNet.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/OmniSharp.DotNetTest/OmniSharp.DotNetTest.csproj b/src/OmniSharp.DotNetTest/OmniSharp.DotNetTest.csproj index 0ee2600d36..c9269e01dd 100644 --- a/src/OmniSharp.DotNetTest/OmniSharp.DotNetTest.csproj +++ b/src/OmniSharp.DotNetTest/OmniSharp.DotNetTest.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/OmniSharp.MSBuild/OmniSharp.MSBuild.csproj b/src/OmniSharp.MSBuild/OmniSharp.MSBuild.csproj index d1c899bc56..5a99529065 100644 --- a/src/OmniSharp.MSBuild/OmniSharp.MSBuild.csproj +++ b/src/OmniSharp.MSBuild/OmniSharp.MSBuild.csproj @@ -16,13 +16,13 @@ - - - - - - - + + + + + + + diff --git a/src/OmniSharp.Roslyn.CSharp/OmniSharp.Roslyn.CSharp.csproj b/src/OmniSharp.Roslyn.CSharp/OmniSharp.Roslyn.CSharp.csproj index f4dc481903..f55f4748fa 100644 --- a/src/OmniSharp.Roslyn.CSharp/OmniSharp.Roslyn.CSharp.csproj +++ b/src/OmniSharp.Roslyn.CSharp/OmniSharp.Roslyn.CSharp.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj b/src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj index 73445d552a..5b1591b71e 100644 --- a/src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj +++ b/src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/src/OmniSharp.Script/OmniSharp.Script.csproj b/src/OmniSharp.Script/OmniSharp.Script.csproj index 5a7790f613..e715469547 100644 --- a/src/OmniSharp.Script/OmniSharp.Script.csproj +++ b/src/OmniSharp.Script/OmniSharp.Script.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/OmniSharp/app.config b/src/OmniSharp/app.config index 7d957b3f31..eeccc5eaeb 100644 --- a/src/OmniSharp/app.config +++ b/src/OmniSharp/app.config @@ -7,15 +7,15 @@ - + - + - + diff --git a/tests/OmniSharp.Stdio.Tests/OmniSharp.Stdio.Tests.csproj b/tests/OmniSharp.Stdio.Tests/OmniSharp.Stdio.Tests.csproj index 81e39506a6..7359f0d157 100644 --- a/tests/OmniSharp.Stdio.Tests/OmniSharp.Stdio.Tests.csproj +++ b/tests/OmniSharp.Stdio.Tests/OmniSharp.Stdio.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/tests/TestUtility/TestUtility.csproj b/tests/TestUtility/TestUtility.csproj index 8af86a5ab8..acaf52a63b 100644 --- a/tests/TestUtility/TestUtility.csproj +++ b/tests/TestUtility/TestUtility.csproj @@ -19,8 +19,8 @@ - - + + diff --git a/tests/app.config b/tests/app.config index 7ba601082b..26d80dec04 100644 --- a/tests/app.config +++ b/tests/app.config @@ -7,15 +7,15 @@ - + - + - + @@ -23,23 +23,23 @@ - + - + - + - + - + diff --git a/tools/packages.config b/tools/packages.config index 8ff37992a6..fdc5ab3c45 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -1,7 +1,7 @@ - - + + From c59c84b4c74c267d94c300e9cd06b2e72f9cbc64 Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Thu, 18 May 2017 14:15:02 -0700 Subject: [PATCH 2/2] Update Mono MSBuild bits --- build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.json b/build.json index 6a88429d83..76bf6d743e 100644 --- a/build.json +++ b/build.json @@ -4,8 +4,8 @@ "DotNetVersion": "1.0.1", "LegacyDotNetVersion": "1.0.0-preview2-1-003177", "DownloadURL": "https://omnisharpdownload.blob.core.windows.net/ext", - "MSBuildRuntimeForMono": "Microsoft.Build.Runtime.Mono-alpha3.zip", - "MSBuildLibForMono": "Microsoft.Build.Lib.Mono-alpha3.zip", + "MSBuildRuntimeForMono": "Microsoft.Build.Runtime.Mono-alpha4.zip", + "MSBuildLibForMono": "Microsoft.Build.Lib.Mono-alpha4.zip", "Frameworks": [ "net46", "netcoreapp1.1"