diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-08 10:56:27 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-08 10:56:27 +0000 |
commit | c40ef143f420ccfb46cddc5f0dbe9e117f4f0b94 (patch) | |
tree | ff45bce36619c1bb208536e52a2a29bd16ed4b39 | |
parent | 7bc6af15824076cdc834e3f873e3debbc7414c9b (diff) | |
download | newsaggregator-c40ef143f420ccfb46cddc5f0dbe9e117f4f0b94.tar.gz newsaggregator-c40ef143f420ccfb46cddc5f0dbe9e117f4f0b94.tar.bz2 newsaggregator-c40ef143f420ccfb46cddc5f0dbe9e117f4f0b94.zip |
Added reference to EntityFrameworkCore
-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>
|