Skip to content

Commit f47350d

Browse files
committed
Tidy up
1 parent 6574e2f commit f47350d

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/nuget.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
- name: Setup dotnet 6
28+
- name: Setup dotnet
2929
uses: actions/setup-dotnet@v4
3030
with:
31-
dotnet-version: 6.0.x
31+
dotnet-version: 8.0.x
3232

3333
- name: Install dependencies
3434
run: dotnet restore

publish.ps1

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)