File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 strategy :
1515 matrix :
1616 os : [windows-latest]
17- dotnet : [6.0.302 ]
17+ dotnet : [6.0.203 ]
1818 runs-on : ${{ matrix.os }}
1919
2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : Setup .NET Core
2323 uses : actions/setup-dotnet@v2
2424 with :
25- dotnet-version : 6.0.302
25+ dotnet-version : 6.0.203
2626 - name : Restore tools
2727 run : dotnet tool restore
2828 - name : Restore projects
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 strategy :
1111 matrix :
1212 os : [windows-latest]
13- dotnet : [6.0.302 ]
13+ dotnet : [6.0.203 ]
1414 runs-on : ${{ matrix.os }}
1515
1616 steps :
1717 - uses : actions/checkout@v3
1818 - name : Setup .NET Core
1919 uses : actions/setup-dotnet@v2
2020 with :
21- dotnet-version : 6.0.302
21+ dotnet-version : 6.0.203
2222 - name : Restore tools
2323 run : dotnet tool restore
2424 - name : Restore projects
You can’t perform that action at this time.
0 commit comments