Skip to content

Commit 67a241f

Browse files
committed
Update dotnet-version in GitHub Action
1 parent 3e98a41 commit 67a241f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 3.1.100
15+
dotnet-version: 5.0.0-rc.2
1616
source-url: https://nuget.pkg.github.com/directsql/index.json
1717
env:
1818
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)