We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744ad6a commit 7b0ffc0Copy full SHA for 7b0ffc0
.github/workflows/dotnet.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v2
18
with:
19
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
20
- name: Restore dependencies test
21
run: dotnet restore ZUGFeRD-Test/ZUGFeRD-Test.csproj
22
- name: Build test
0 commit comments