Skip to content

Commit d711438

Browse files
committed
specify exact .NET version for actions
1 parent 82a1cc4 commit d711438

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/dotnet.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
41-
dotnet-version: [2.1.x, 3.0.x, 3.1.x, 5.0.x, 6.0.x, 8.0.x]
41+
dotnet-version: [2.1.818, 3.0.103, 3.1.426, 5.0.408, 6.0.x, 8.0.x]
4242
include:
43-
- dotnet-version: 2.1.x
43+
- dotnet-version: 2.1.818
4444
binding-framework: netstandard2.0
4545
test-framework: netcoreapp2.1
46-
- dotnet-version: 3.0.x
46+
- dotnet-version: 3.0.103
4747
binding-framework: netcoreapp3.0
4848
test-framework: netcoreapp3.0
49-
- dotnet-version: 3.1.x
49+
- dotnet-version: 3.1.426
5050
binding-framework: netcoreapp3.0
5151
test-framework: netcoreapp3.1
52-
- dotnet-version: 5.0.x
52+
- dotnet-version: 5.0.408
5353
binding-framework: netcoreapp3.0
5454
test-framework: net5.0
5555
- dotnet-version: 6.0.x
@@ -60,21 +60,21 @@ jobs:
6060
test-framework: net8.0
6161
exclude:
6262
- os: ubuntu-latest
63-
dotnet-version: 2.1.x
63+
dotnet-version: 2.1.818
6464
- os: ubuntu-latest
65-
dotnet-version: 3.0.x
65+
dotnet-version: 3.0.103
6666
- os: ubuntu-latest
67-
dotnet-version: 3.1.x
67+
dotnet-version: 3.1.426
6868
- os: ubuntu-latest
69-
dotnet-version: 5.0.x
69+
dotnet-version: 5.0.408
7070
- os: macos-latest
71-
dotnet-version: 2.1.x
71+
dotnet-version: 2.1.818
7272
- os: macos-latest
73-
dotnet-version: 3.0.x
73+
dotnet-version: 3.0.103
7474
- os: macos-latest
75-
dotnet-version: 3.1.x
75+
dotnet-version: 3.1.426
7676
- os: macos-latest
77-
dotnet-version: 5.0.x
77+
dotnet-version: 5.0.408
7878
- os: macos-latest
7979
dotnet-version: 6.0.x
8080
- os: macos-13

0 commit comments

Comments
 (0)