Update OmniSharp version used by source build tests (#20075)

This commit is contained in:
Matt Thalman 2024-08-13 16:11:18 -05:00 committed by GitHub
parent fb5b500eb8
commit 4c4de18fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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));