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 0569938 commit 2255336Copy full SHA for 2255336
.github/workflows/CI.yml
@@ -30,6 +30,7 @@ jobs:
30
dotnet-version: |
31
6.0.x
32
8.0.x
33
+ 9.0.x
34
- name: .NET Build
35
run: dotnet build Build.csproj -c Release /p:CI=true
36
- name: StackExchange.Redis.Tests
appveyor.yml
@@ -9,6 +9,8 @@ install:
9
choco install dotnet-6.0-sdk
10
11
choco install dotnet-7.0-sdk
12
+
13
+ choco install dotnet-9.0-sdk
14
15
cd tests\RedisConfigs\3.0.503
16
0 commit comments