Skip to content

Commit 155782a

Browse files
committed
build version
1 parent 8e96f1a commit 155782a

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
@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Setup .NET Core SDK
20-
uses: actions/setup-dotnet@v1
20+
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: '3.1.x'
22+
dotnet-version: '6.0.x'
2323

2424
- name: Output Run ID
2525
run: echo ${{ github.run_id }}

0 commit comments

Comments
 (0)