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

Commit 30162c0

Browse files
authored
Bump setup-dotnet to v2 and use .net 6
Bump actions/setup-dotnet@v2 and bump dotnet version to 6.x This should help with the current build issues.
1 parent 47c36af commit 30162c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v1
17+
uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 3.1.101
19+
dotnet-version: '6.x'
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build

0 commit comments

Comments
 (0)