diff --git a/CHANGELOG.md b/CHANGELOG.md index c8bd4d0d2d..482c5493a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All changes to the project will be documented in this file. ## [1.30.0] - not yet released +* Updated to Roslyn 2.7.0 packages (PR: [#1132](https://github.com/OmniSharp/omnisharp-roslyn/pull/1132)) * Ensure that the lower assembly versions are always superseded in C# scripts (PR: [#1103](https://github.com/OmniSharp/omnisharp-roslyn/pull/1103)) ## [1.29.1] - 2018-2-12 diff --git a/build/Packages.props b/build/Packages.props index 3ba4067ce1..31dfa036e8 100644 --- a/build/Packages.props +++ b/build/Packages.props @@ -13,12 +13,12 @@ 15.3.409 15.3.409 15.3.409 - 2.6.1 - 2.6.1 - 2.6.1 - 2.6.1 - 2.6.1 - 2.6.1 + 2.7.0 + 2.7.0 + 2.7.0 + 2.7.0 + 2.7.0 + 2.7.0 1.1.0 1.1.0 1.1.0 diff --git a/src/OmniSharp.Abstractions/Configuration.cs b/src/OmniSharp.Abstractions/Configuration.cs index 3f39b3093c..3466ea0664 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.6.0.0"; + public const string RoslynVersion = "2.7.0.0"; public const string RoslynPublicKeyToken = "31bf3856ad364e35"; public readonly static string RoslynFeatures = GetRoslynAssemblyFullName("Microsoft.CodeAnalysis.Features"); diff --git a/src/OmniSharp.Http/app.config b/src/OmniSharp.Http/app.config index b84a45c944..350534c84b 100644 --- a/src/OmniSharp.Http/app.config +++ b/src/OmniSharp.Http/app.config @@ -7,15 +7,15 @@ - + - + - + diff --git a/src/OmniSharp.LanguageServerProtocol/app.config b/src/OmniSharp.LanguageServerProtocol/app.config index 8d86782712..350534c84b 100644 --- a/src/OmniSharp.LanguageServerProtocol/app.config +++ b/src/OmniSharp.LanguageServerProtocol/app.config @@ -7,15 +7,15 @@ - + - + - + diff --git a/src/OmniSharp.Stdio/app.config b/src/OmniSharp.Stdio/app.config index b84a45c944..350534c84b 100644 --- a/src/OmniSharp.Stdio/app.config +++ b/src/OmniSharp.Stdio/app.config @@ -7,15 +7,15 @@ - + - + - + diff --git a/tests/app.config b/tests/app.config index 08a3a53c0c..11eb86aa1a 100644 --- a/tests/app.config +++ b/tests/app.config @@ -7,15 +7,15 @@ - + - + - +