We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5296aee commit ba5ab25Copy full SHA for ba5ab25
tests/StackExchange.Redis.Tests/ConfigTests.cs
@@ -25,7 +25,7 @@ public class ConfigTests : TestBase
25
public ConfigTests(ITestOutputHelper output, SharedConnectionFixture fixture) : base(output, fixture) { }
26
27
public Version DefaultVersion = new(3, 0, 0);
28
- public Version DefaultAzureVersion = new(4, 0, 0);
+ public Version DefaultAzureVersion = new(6, 0, 0);
29
30
[Fact]
31
public void ExpectedFields()
0 commit comments