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 f194af1 commit de0c8a9Copy full SHA for de0c8a9
.github/workflows/querykit-integration-tests.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- dotnet-version: ['9.0.x']
+ dotnet-version: ['10.0.x']
11
steps:
12
- uses: actions/checkout@v2
13
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
.github/workflows/querykit-unit-tests.yaml
0 commit comments