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

Commit a0e63d4

Browse files
authored
Merge pull request #40 from AlexMacocian/patch-1
Bump setup-dotnet to v2 and use .net 6
2 parents 42ad51e + 30162c0 commit a0e63d4

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)