We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3de45f commit 8cf4025Copy full SHA for 8cf4025
.github/workflows/Net-core.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup .NET Core
23
uses: actions/setup-dotnet@v1
24
with:
25
- dotnet-version: 5.0.x
+ dotnet-version: 8.0.x
26
- uses: microsoft/[email protected]
27
28
- name: Get version
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
- name: Restore dependencies
88
run: dotnet restore FFDConverter/FFDConverter.csproj
0 commit comments