We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7846138 commit 736114aCopy full SHA for 736114a
3 files changed
.github/workflows/integrationtests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-latest]
14
- dotnet-version: ["8.0.100", "9"]
+ dotnet-version: ["9"]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- name: Checkout code
.github/workflows/release_nuget.yml
@@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
- dotnet-version: 8.0.100
+ dotnet-version: 9
- name: Build/Check for compile errors (dotnet build)
working-directory: "TransformerBeeClient"
18
run: dotnet build --configuration Release
.github/workflows/unittests.yml
@@ -10,7 +10,7 @@ jobs:
10
0 commit comments