We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec1a11 commit 6856f47Copy full SHA for 6856f47
1 file changed
.github/workflows/main.yml
@@ -12,13 +12,12 @@ jobs:
12
13
steps:
14
15
- - name: install .NET Core 8/9 SDKs
+ - name: install .NET Core 10 SDKs
16
uses: actions/setup-dotnet@v2
17
with:
18
- include-prerelease: false
+ include-prerelease: true
19
dotnet-version: |
20
- 8.0.x
21
- 9.0.x
+ 10.0.x
22
23
- name: checkout repository
24
uses: actions/checkout@v2
0 commit comments