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 b1dc7ae commit cae86a6Copy full SHA for cae86a6
1 file changed
.github/workflows/main.yml
@@ -24,8 +24,8 @@ jobs:
24
with:
25
files: '["*.csproj", "**/*.csproj"]'
26
- uses: actions/setup-dotnet@v1
27
- #with:
28
- # dotnet-version: '3.1.100'
+ with:
+ dotnet-version: '3.1.101'
29
- name: Building and verifying library
30
run: |
31
dotnet build -c Release
0 commit comments