We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a4599 commit f8eeb8eCopy full SHA for f8eeb8e
.github/workflows/publish.yml
@@ -28,10 +28,10 @@ jobs:
28
with:
29
dotnet-version: 7.0.x
30
31
- - name: Setup .NET Core 3.1
+ - name: Setup .NET 8
32
uses: actions/setup-dotnet@v3
33
34
- dotnet-version: 3.1.x
+ dotnet-version: 8.0.x
35
36
- name: Restore dependencies
37
run: dotnet restore
.github/workflows/pull-request.yml
@@ -24,10 +24,10 @@ jobs:
24
25
26
27
0 commit comments