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 2b8dece commit a2f66ecCopy full SHA for a2f66ec
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup .NET
14
uses: actions/setup-dotnet@v4
15
with:
16
- dotnet-version: "10.0.x"
+ dotnet-version: "8.0.x"
17
18
- name: Restore dependencies
19
run: dotnet restore ./src/DataStax.AstraDB.DataAPI/
0 commit comments