Skip to content

Commit 1ee492e

Browse files
committed
Restore .net core sdk 3.1 in pipeline
1 parent ff4e7af commit 1ee492e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 6.0.100
18+
dotnet-version: 3.1.301
1919
- name: Install dependencies
2020
run: dotnet restore
2121
- name: Build

0 commit comments

Comments
 (0)