We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28115ed commit 73c2ca9Copy full SHA for 73c2ca9
1 file changed
.github/workflows/netlicensing-csharp-dependency.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: '3.1.x'
+ dotnet-version: '3.1.402'
16
- name: Init application / add dependency / run
17
run: |
18
dotnet new console -o netlicensing-dependency-test
0 commit comments