We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb6eba commit e81611dCopy full SHA for e81611d
1 file changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup .NET Core
16
uses: actions/setup-dotnet@v1
17
with:
18
- dotnet-version: '10.x.x'
+ dotnet-version: '8.x.x'
19
dotnet-quality: 'preview'
20
21
- name: Build with dotnet
0 commit comments