Skip to content

Commit

Permalink
Update OmniSharp version used by source build tests (#20296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellahathaway authored Jan 15, 2025
1 parent 0f24e7d commit 6086c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Microsoft.DotNet.SourceBuild.SmokeTests;
public class OmniSharpTests : SdkTests
{
// Update version as new releases become available: https://github.com/OmniSharp/omnisharp-roslyn/releases
private const string OmniSharpReleaseVersion = "1.39.12";
private const string OmniSharpReleaseVersion = "1.39.13";

private string OmniSharpDirectory { get; } = Path.Combine(Directory.GetCurrentDirectory(), nameof(OmniSharpTests));

Expand Down

0 comments on commit 6086c4b

Please sign in to comment.