Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit a59c51c

Browse files
author
Anton Vorontsov
committed
returned back dotnet-version: 3.1.100
1 parent 161465f commit a59c51c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- name: Setup .NET Core
2020
uses: actions/setup-dotnet@v1
21+
with:
22+
dotnet-version: 3.1.100
2123
- name: Build
2224
run: dotnet build --configuration Release
2325
- name: Run tests

0 commit comments

Comments
 (0)