Skip to content

Commit 085ce6a

Browse files
authored
Merge pull request #58 from browserstack/LOC-6563-fix-ci-dotnet6
CI/CD: install .NET 6 (matches binding TFM after LOC-6563)
2 parents 44c9bda + 4955c08 commit 085ce6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup .NET Core
2626
uses: actions/setup-dotnet@v3
2727
with:
28-
dotnet-version: 7.0.410
28+
dotnet-version: 6.0.x
2929
- name: Run Integration Tests
3030
env:
3131
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup .NET Core
2626
uses: actions/setup-dotnet@v3
2727
with:
28-
dotnet-version: 7.0.410
28+
dotnet-version: 6.0.x
2929
- name: Run Integration Tests
3030
env:
3131
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}

0 commit comments

Comments
 (0)