We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3288bd6 commit ea862e6Copy full SHA for ea862e6
1 file changed
.github/workflows/dotnetcore.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 5.0.100
+ dotnet-version: 6.0.100-preview
16
source-url: https://nuget.pkg.github.com/directsql/index.json
17
env:
18
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments