Skip to content

Commit bd126fe

Browse files
committed
Added a global.json to control the sdk
1 parent 3ea506e commit bd126fe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

EntityFrameworkCore.Projectables.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1818
ProjectSection(SolutionItems) = preProject
1919
.editorconfig = .editorconfig
2020
Directory.Build.props = Directory.Build.props
21+
Directory.Packages.props = Directory.Packages.props
2122
EndProjectSection
2223
EndProject
2324
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityFrameworkCore.Projectables", "src\EntityFrameworkCore.Projectables\EntityFrameworkCore.Projectables.csproj", "{EE4D6CC1-78DE-4279-A567-C3D360C479F8}"

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": "8.0.400"
4+
}
5+
}

0 commit comments

Comments
 (0)