Skip to content

Commit 0e4856d

Browse files
authored
Update dotnet version and apply clean fix
1 parent 5b84bdc commit 0e4856d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 3.1.301
19+
dotnet-version: 5.0.101
20+
- name: Clean
21+
run: dotnet clean -c Release
2022
- name: Install dependencies
2123
run: dotnet restore
2224
- name: Build

0 commit comments

Comments
 (0)