Update referenced OmniSharp version in SB smoke tests (#17475)
This commit is contained in:
parent
ff7ef631a1
commit
c5ce95b250
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace Microsoft.DotNet.SourceBuild.SmokeTests;
|
||||||
public class OmniSharpTests : SdkTests
|
public class OmniSharpTests : SdkTests
|
||||||
{
|
{
|
||||||
// Update version as new releases become available: https://github.com/OmniSharp/omnisharp-roslyn/releases
|
// Update version as new releases become available: https://github.com/OmniSharp/omnisharp-roslyn/releases
|
||||||
private const string OmniSharpReleaseVersion = "1.39.8";
|
private const string OmniSharpReleaseVersion = "1.39.10";
|
||||||
|
|
||||||
private string OmniSharpDirectory { get; } = Path.Combine(Directory.GetCurrentDirectory(), "omnisharp");
|
private string OmniSharpDirectory { get; } = Path.Combine(Directory.GetCurrentDirectory(), "omnisharp");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue