Skip to content

Commit cae86a6

Browse files
authored
Update main.yml
1 parent b1dc7ae commit cae86a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
files: '["*.csproj", "**/*.csproj"]'
2626
- uses: actions/setup-dotnet@v1
27-
#with:
28-
# dotnet-version: '3.1.100'
27+
with:
28+
dotnet-version: '3.1.101'
2929
- name: Building and verifying library
3030
run: |
3131
dotnet build -c Release

0 commit comments

Comments
 (0)