Skip to content

Commit 3e491ed

Browse files
authored
Update publish.yml
1 parent 6914298 commit 3e491ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525

26-
- name: Setup .NET 7
26+
- name: Setup .NET 9
2727
uses: actions/setup-dotnet@v2
2828
with:
29-
dotnet-version: 7.0.x
29+
dotnet-version: 9.0.x
3030

3131
- name: Restore Dependencies
3232
run: dotnet restore $PWD/TeamFiltration/

0 commit comments

Comments
 (0)