Skip to content

Commit 777337b

Browse files
author
Adrian Alzate
committed
Use NET 9 in the publish pipeline
1 parent 4c483ab commit 777337b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: 9.0.x
2020
- name: Build
2121
run: dotnet build --configuration Release
2222
- name: Run unit tests

0 commit comments

Comments
 (0)