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 9aac922 commit 9ebd162Copy full SHA for 9ebd162
.github/workflows/master.yml
@@ -22,6 +22,11 @@ jobs:
22
steps:
23
- name: Checkout code
24
uses: actions/checkout@v4
25
+
26
+ - name: Setup .NET 6
27
+ uses: actions/setup-dotnet@v4
28
+ with:
29
+ - dotnet-version: 6.0.x
30
31
- name: Setup .NET
32
uses: actions/setup-dotnet@v4
.github/workflows/release.yml
@@ -16,6 +16,11 @@ jobs:
16
17
18
19
20
21
0 commit comments