Skip to content

Commit f87b995

Browse files
Fix | Publish pipeline dotnet version updated (#599)
Fix | Publish pipeline dotnet version updated (#599)
1 parent 8313f4c commit f87b995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: 3.1.x
17+
dotnet-version: 8.0.x
1818
- name: Restore dependencies
1919
run: dotnet restore
2020
- name: Build

0 commit comments

Comments
 (0)