Skip to content

Commit bbea983

Browse files
committed
feat: dotnet 6
BREAKING CHANGE
1 parent 7f80a3d commit bbea983

29 files changed

+80
-181
lines changed

.github/workflows/publish-package.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,14 @@ env:
1111
jobs:
1212
publish:
1313
runs-on: ubuntu-latest
14-
14+
defaults:
15+
run:
16+
working-directory: src
17+
1518
steps:
1619
- name: Checkout repository
1720
uses: actions/checkout@v2
1821

19-
- name: Setup .NET
20-
uses: actions/setup-dotnet@v1
21-
with:
22-
dotnet-version: 5.0.x
23-
24-
- name: Setup .NET Core 3.1
25-
uses: actions/setup-dotnet@v1
26-
with:
27-
dotnet-version: 3.1.x
28-
29-
- name: Setup .NET Core 2.1
30-
uses: actions/setup-dotnet@v1
31-
with:
32-
dotnet-version: 2.1.x
33-
3422
- name: Setup .NET 6
3523
uses: actions/setup-dotnet@v1
3624
with:

.github/workflows/pull-request.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,11 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v2
1717

18-
- name: Setup .NET 5
19-
uses: actions/setup-dotnet@v1
20-
with:
21-
dotnet-version: 5.0.x
22-
2318
- name: Setup .NET 6
2419
uses: actions/setup-dotnet@v1
2520
with:
2621
dotnet-version: 6.0.x
2722

28-
- name: Setup .NET Core 3.1
29-
uses: actions/setup-dotnet@v1
30-
with:
31-
dotnet-version: 3.1.x
32-
3323
- name: Restore dependencies
3424
run: dotnet restore
3525

-1.35 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1.45 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-98 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)