Skip to content

Commit 1ad2648

Browse files
committed
Update Roslyn to 5.0.0-2.25404.8
1 parent aede112 commit 1ad2648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<MicrosoftTestPackageVersion>17.14.0-preview-25107-01</MicrosoftTestPackageVersion>
1111
<MSBuildPackageVersion>17.3.2</MSBuildPackageVersion>
1212
<NuGetPackageVersion>6.15.0-preview.1.86</NuGetPackageVersion>
13-
<RoslynPackageVersion>5.0.0-2.25373.17</RoslynPackageVersion>
13+
<RoslynPackageVersion>5.0.0-2.25404.8</RoslynPackageVersion>
1414
<XunitPackageVersion>2.8.1</XunitPackageVersion>
1515
</PropertyGroup>
1616

src/OmniSharp.Abstractions/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ internal static class Configuration
44
{
55
public static bool ZeroBasedIndices = false;
66

7-
public const string RoslynVersion = "4.14.0.0";
7+
public const string RoslynVersion = "5.0.0.0";
88
public const string RoslynPublicKeyToken = "31bf3856ad364e35";
99

1010
public readonly static string RoslynFeatures = GetRoslynAssemblyFullName("Microsoft.CodeAnalysis.Features");

0 commit comments

Comments
 (0)