From bd126fecb837ec1a0d565b9a67eb2c15b647756a Mon Sep 17 00:00:00 2001 From: Koen Date: Sun, 18 Aug 2024 23:47:27 +0100 Subject: [PATCH] Added a global.json to control the sdk --- EntityFrameworkCore.Projectables.sln | 1 + global.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 global.json diff --git a/EntityFrameworkCore.Projectables.sln b/EntityFrameworkCore.Projectables.sln index 687280f..b49e6ed 100644 --- a/EntityFrameworkCore.Projectables.sln +++ b/EntityFrameworkCore.Projectables.sln @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig Directory.Build.props = Directory.Build.props + Directory.Packages.props = Directory.Packages.props EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityFrameworkCore.Projectables", "src\EntityFrameworkCore.Projectables\EntityFrameworkCore.Projectables.csproj", "{EE4D6CC1-78DE-4279-A567-C3D360C479F8}" diff --git a/global.json b/global.json new file mode 100644 index 0000000..bfca90d --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "8.0.400" + } +} \ No newline at end of file