Skip to content

Commit f4c44a2

Browse files
authored
chore(publish): use latest dotnet sdk (#25)
## Summary - update the publish workflow to install only the latest supported .NET SDK, currently 10.x - leave the build workflow validating all supported target frameworks
1 parent 3b634cf commit f4c44a2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v5
1616
with:
17-
dotnet-version: |
18-
8.x
19-
9.x
20-
10.x
17+
dotnet-version: '10.x'
2118
dotnet-quality: 'ga'
2219

2320
- name: Restore dependencies

0 commit comments

Comments
 (0)