Update OmniSharp version used by source build tests (#20075)
This commit is contained in:
parent
fb5b500eb8
commit
4c4de18fa4
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue