mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(codeql): 🐛 ref https://github.com/github/codeql-action/issues/757\#issuecomment-965792015
This commit is contained in:
parent
c09546712a
commit
aeae8b6d67
2 changed files with 7 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||
.editorconfig = .editorconfig
|
||||
..\.github\dependabot.yml = ..\.github\dependabot.yml
|
||||
FilterLists.sln.DotSettings = FilterLists.sln.DotSettings
|
||||
global.json = global.json
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{8F419098-3EEB-4B4B-99A8-70555FA93DAF}"
|
||||
|
|
|
|||
6
services/global.json
Normal file
6
services/global.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "6.0.100",
|
||||
"rollForward": "latestMajor"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue