We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f425c6a commit 025dc8fCopy full SHA for 025dc8f
1 file changed
.github/workflows/dotnet.yml
@@ -15,22 +15,10 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v2
18
- - name: Setup .NET Core 3.0
+ - name: Setup .NET 10
19
uses: actions/setup-dotnet@v1
20
with:
21
- dotnet-version: 3.0.x
22
- - name: Setup .NET Core 3.1
23
- uses: actions/setup-dotnet@v1
24
- with:
25
- dotnet-version: 3.1.x
26
- - name: Setup .NET 5
27
28
29
- dotnet-version: 5.0.x
30
- - name: Setup .NET 6
31
32
33
- dotnet-version: 6.0.x
+ dotnet-version: 10.0.x
34
- name: Clean dependencies and caches
35
run: dotnet clean src --configuration ${{ matrix.configuration }} && dotnet nuget locals all --clear
36
- name: Restore dependencies
0 commit comments