Skip to content

Commit 58ac899

Browse files
committed
package update to mitigate security warnings
1 parent 49bb428 commit 58ac899

19 files changed

+10327
-5
lines changed

Infrastructure/Infrastructure.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
<Reference Include="CherrySeed.DataProviders.Csv, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
4040
<HintPath>..\packages\CherrySeed.DataProviders.Csv.1.0.1.0\lib\net40\CherrySeed.DataProviders.Csv.dll</HintPath>
4141
</Reference>
42-
<Reference Include="CherrySeed.Repositories.Ef, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>..\packages\CherrySeed.Repositories.Ef.1.0.1.0\lib\net40\CherrySeed.Repositories.Ef.dll</HintPath>
44-
</Reference>
4542
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
4643
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
4744
</Reference>

Infrastructure/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<package id="AutoMapper" version="6.2.2" targetFramework="net46" />
44
<package id="CherrySeed" version="1.1.0.0" targetFramework="net46" />
55
<package id="CherrySeed.DataProviders.Csv" version="1.0.1.0" targetFramework="net46" />
6-
<package id="CherrySeed.Repositories.Ef" version="1.0.1.0" targetFramework="net46" />
76
<package id="EntityFramework" version="6.2.0" targetFramework="net46" />
87
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net46" />
98
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.1" targetFramework="net46" />

0 commit comments

Comments
 (0)