Skip to content

Commit 83cfbbb

Browse files
committed
ci
1 parent 9fa3e4e commit 83cfbbb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup .NET
6262
uses: actions/setup-dotnet@v4
6363
with:
64-
dotnet-version: '6.0.x'
64+
dotnet-version: '8.0.x'
6565

6666
- name: Setup Node.js
6767
uses: actions/setup-node@v3
@@ -70,7 +70,6 @@ jobs:
7070

7171
- name: Restore dependencies
7272
run: dotnet restore FastCloner/
73-
working-directory: ./
7473

7574
- name: Build FastCloner for netstandard2.0
7675
run: dotnet build FastCloner/ --no-restore --framework netstandard2.0
@@ -96,7 +95,7 @@ jobs:
9695
- name: Setup .NET Framework
9796
uses: actions/setup-dotnet@v4
9897
with:
99-
dotnet-version: '6.0.x'
98+
dotnet-version: '8.0.x'
10099

101100
- name: Setup Node.js
102101
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)