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

Commit 4fea61f

Browse files
author
Morten Turn Pedersen
committed
Updated .NET version to a newer version
1 parent 0df7229 commit 4fea61f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pullrequest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
1617
- name: Setup .NET Core
1718
uses: actions/setup-dotnet@v1
1819
with:
19-
dotnet-version: 3.1.101
20+
dotnet-version: 3.1.301
21+
2022
- name: Install dependencies
2123
run: dotnet restore
24+
2225
- name: Build
2326
run: dotnet build --configuration Release --no-restore
27+
2428
- name: Test
2529
run: dotnet test --no-restore --verbosity normal

0 commit comments

Comments
 (0)