We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424060a commit 5ebed44Copy full SHA for 5ebed44
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- dotnet-version: [7.0, 8.0]
+ dotnet-version: ['7.0', '8.0']
15
16
steps:
17
- name: Checkout Main Repository
0 commit comments