Skip to content

Commit aeae8b6

Browse files
committed
1 parent c095467 commit aeae8b6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

services/FilterLists.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2525
.editorconfig = .editorconfig
2626
..\.github\dependabot.yml = ..\.github\dependabot.yml
2727
FilterLists.sln.DotSettings = FilterLists.sln.DotSettings
28+
global.json = global.json
2829
EndProjectSection
2930
EndProject
3031
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{8F419098-3EEB-4B4B-99A8-70555FA93DAF}"

services/global.json

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

0 commit comments

Comments
 (0)