Skip to content

Commit b672c89

Browse files
Add global.json file to specify dotnet version for CodeQL
1 parent 9a61916 commit b672c89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.303"
4+
}
5+
}

0 commit comments

Comments
 (0)