Skip to content

Commit 140450f

Browse files
authored
Update dotnet.yml
1 parent 982effe commit 140450f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest]
1111
steps:
12-
- name: Setup .NET 5.0
12+
- name: Setup .NET Core 6.0
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 5.0.101
16-
17-
- name: Setup .NET Core 3.1
18-
uses: actions/setup-dotnet@v1
19-
with:
20-
dotnet-version: 3.1.403
15+
dotnet-version: 6.0.x
2116
if: matrix.os == 'ubuntu-latest'
2217
- uses: actions/checkout@v1
2318
- name: Build

0 commit comments

Comments
 (0)