Skip to content

Commit b6bd9b1

Browse files
2 parents 6cc4b2a + 386f0ae commit b6bd9b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 6.0.x
22+
dotnet-version: 8.0.x
2323
- name: Build
2424
run: dotnet build -c Release
2525
working-directory: ./
@@ -41,4 +41,4 @@ jobs:
4141
uses: actions/upload-artifact@v4
4242
with:
4343
name: Faker.NET.dll
44-
path: ./src/Faker.NET/bin/Release/net6.0
44+
path: ./src/Faker.NET/bin/Release/net6.0

0 commit comments

Comments
 (0)