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