diff options
Diffstat (limited to 'Main')
-rw-r--r-- | Main/Main.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Main/Main.csproj b/Main/Main.csproj index b5ce21e..d132460 100644 --- a/Main/Main.csproj +++ b/Main/Main.csproj @@ -6,6 +6,10 @@ <ProjectReference Include="..\Database\Database.csproj" />
</ItemGroup>
+ <ItemGroup> + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.1" /> + </ItemGroup>
+
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
|