File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ jobs:
1414 strategy :
1515 matrix :
1616 os : [windows-latest]
17- dotnet : [6.0.203]
1817 runs-on : ${{ matrix.os }}
1918
2019 steps :
2120 - uses : actions/checkout@v3
2221 - name : Setup .NET Core
23- uses : actions/setup-dotnet@v2
22+ uses : actions/setup-dotnet@v3
2423 with :
25- dotnet-version : 6 .0.203
24+ dotnet-version : 7 .0.200
2625 - name : Restore tools
2726 run : dotnet tool restore
2827 - name : Restore projects
Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ jobs:
1010 strategy :
1111 matrix :
1212 os : [windows-latest]
13- dotnet : [6.0.203]
1413 runs-on : ${{ matrix.os }}
1514
1615 steps :
1716 - uses : actions/checkout@v3
1817 - name : Setup .NET Core
19- uses : actions/setup-dotnet@v2
18+ uses : actions/setup-dotnet@v3
2019 with :
21- dotnet-version : 6 .0.203
20+ dotnet-version : 7 .0.200
2221 - name : Restore tools
2322 run : dotnet tool restore
2423 - name : Restore projects
You can’t perform that action at this time.
0 commit comments