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

Commit ed6faa3

Browse files
committed
ci: Update for net7.0
1 parent 67ce8fd commit ed6faa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/dotnetcore.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v1
17+
uses: actions/setup-dotnet@v3
1818
with:
19-
dotnet-version: 3.1.101
19+
dotnet-version: '7.0'
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build

0 commit comments

Comments
(0)