Skip to content

Commit

Permalink
Update OmniSharp version used by source build tests (#20075)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Aug 13, 2024
1 parent fb5b500 commit 4c4de18
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.11";
private const string OmniSharpReleaseVersion = "1.39.12";

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

Expand Down

0 comments on commit 4c4de18

Please sign in to comment.