[release/8.0.1xx] Update referenced OmniSharp version in SB smoke tests (#17539)
This commit is contained in:
parent
a6c135a934
commit
a87d1d558b
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(), nameof(OmniSharpTests));
|
private string OmniSharpDirectory { get; } = Path.Combine(Directory.GetCurrentDirectory(), nameof(OmniSharpTests));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue