File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
- uses : actions/checkout@v3
16
16
17
- # - name: Setup .NET 8.0
18
- # uses: actions/setup-dotnet@v2
19
- # with:
20
- # dotnet-version: 8.0.x
17
+ - name : Setup .NET 8.0
18
+ uses : actions/setup-dotnet@v2
19
+ with :
20
+ dotnet-version : 8.0.205
21
21
22
22
- name : Setup .NET 7.0
23
23
uses : actions/setup-dotnet@v2
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
- uses : actions/checkout@v3
16
16
17
- # - name: Setup .NET 8.0
18
- # uses: actions/setup-dotnet@v2
19
- # with:
20
- # dotnet-version: 8.0.x
17
+ - name : Setup .NET 8.0
18
+ uses : actions/setup-dotnet@v2
19
+ with :
20
+ dotnet-version : 8.0.205
21
21
22
22
- name : Setup .NET 7.0
23
23
uses : actions/setup-dotnet@v2
You can’t perform that action at this time.
0 commit comments