We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf88e4d commit 3c46709Copy full SHA for 3c46709
1 file changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Setup .NET Environment.
11
uses: actions/setup-dotnet@v1
12
with:
13
- dotnet-version: '3.1.1'
+ dotnet-version: '3.1.101'
14
- name: Build package for Release.
15
run: |
16
cd src/
0 commit comments