Skip to content

Commit d6d8cc5

Browse files
committed
Switch the CI workfows to just use the .NET 8.0 SDK
1 parent ef47890 commit d6d8cc5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
uses: actions/setup-dotnet@v1
1717
with:
1818
dotnet-version: |
19-
6.x.x
2019
8.x.x
2120
2221

.github/workflows/pull-requests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-dotnet@v4
2020
with:
2121
dotnet-version: |
22-
6.x.x
2322
8.x.x
2423
2524
- name: install workloads

0 commit comments

Comments
 (0)