Skip to content

Commit a75ad45

Browse files
committed
welcome
1 parent 06174e8 commit a75ad45

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/pr-tests-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
- dotnet-version: 6.0.x
13+
- dotnet-version: 6.0
1414
tfm: net6.0
15-
- dotnet-version: 7.0.x
15+
- dotnet-version: 7.0
1616
tfm: net7.0
17-
- dotnet-version: 8.0.x
17+
- dotnet-version: 8.0
1818
tfm: net8.0
19-
- dotnet-version: 9.0.x`
19+
- dotnet-version: 9.0
2020
tfm: net9.0
2121
steps:
2222
- name: Checkout repository

.github/workflows/pr-tests-windows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR Tests - Linux
1+
name: PR Tests - Windows
22

33
on:
44
pull_request:
@@ -10,13 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
- dotnet-version: 6.0.x
13+
- dotnet-version: 6.0
1414
tfm: net6.0
15-
- dotnet-version: 7.0.x
15+
- dotnet-version: 7.0
1616
tfm: net7.0
17-
- dotnet-version: 8.0.x
17+
- dotnet-version: 8.0
1818
tfm: net8.0
19-
- dotnet-version: 9.0.x`
19+
- dotnet-version: 9.0`
2020
tfm: net9.0
2121
steps:
2222
- name: Checkout repository

0 commit comments

Comments
 (0)