We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72ed82 commit fff1f62Copy full SHA for fff1f62
.github/workflows/publish-package.yml
@@ -19,10 +19,10 @@ jobs:
19
- name: Checkout repository
20
uses: actions/checkout@v3
21
22
- - name: Setup .NET 6
+ - name: Setup .NET 7
23
uses: actions/setup-dotnet@v3
24
with:
25
- dotnet-version: 6.0.x
+ dotnet-version: 7.0.x
26
27
- name: Restore dependencies
28
run: dotnet restore
.github/workflows/pull-request.yml
@@ -15,10 +15,10 @@ jobs:
15
16
17
18
0 commit comments