Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 82d3032

Browse files
authored
Update main.yml
1 parent 6768a75 commit 82d3032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v1
2727
with:
28-
dotnet-version: 5.0.x
28+
dotnet-version: 6.0.x
2929

3030
- name: Restore dependencies
3131
run: dotnet restore
3232

3333
- name: Build
34-
run: dotnet build --no-restore -c Release
34+
run: dotnet build --no-restore -c Release

0 commit comments

Comments
 (0)