Collin M. Barrett 2021-11-11 11:51:49 -06:00
parent c09546712a
commit aeae8b6d67
2 changed files with 7 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,6 @@
{
"sdk": {
"version": "6.0.100",
"rollForward": "latestMajor"
}
}