We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb273a1 + 7b0ffc0 commit 9253bd7Copy full SHA for 9253bd7
.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