We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69e892 commit 049799cCopy full SHA for 049799c
src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/OmniSharpTests.cs
@@ -20,7 +20,7 @@ namespace Microsoft.DotNet.SourceBuild.SmokeTests;
20
public class OmniSharpTests : SdkTests
21
{
22
// Update version as new releases become available: https://github.com/OmniSharp/omnisharp-roslyn/releases
23
- private const string OmniSharpReleaseVersion = "1.39.12";
+ private const string OmniSharpReleaseVersion = "1.39.13";
24
25
private string OmniSharpDirectory { get; } = Path.Combine(Directory.GetCurrentDirectory(), nameof(OmniSharpTests));
26
0 commit comments