Skip to content

Commit

Permalink
Fix DotNetCliServiceFacts test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Feb 16, 2024
1 parent 5b06f24 commit 70c8064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OmniSharp.Tests/DotNetCliServiceFacts.cs
Expand Up @@ -7,7 +7,7 @@ namespace OmniSharp.Tests
{
public class DotNetCliServiceFacts : AbstractTestFixture
{
private const string DotNetVersion = "9.0.100-preview.1.24101.2";
private const string DotNetVersion = "8.0.201";
private int Major { get; }
private int Minor { get; }
private int Patch { get; }
Expand Down

0 comments on commit 70c8064

Please sign in to comment.