Skip to content

Commit cf4aa93

Browse files
committed
Updated EntityFramework to version 6.1.3
1 parent aa42f9e commit cf4aa93

23 files changed

Lines changed: 55 additions & 62 deletions

File tree

src/Libraries/SmartStore.Core/SmartStore.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171
</Reference>
7272
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
7373
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
74+
<HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
7575
</Reference>
7676
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
7777
<SpecificVersion>False</SpecificVersion>
78-
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
78+
<HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
7979
</Reference>
8080
<Reference Include="Fasterflect, Version=2.1.3.0, Culture=neutral, PublicKeyToken=38d18473284c1ca7, processorArchitecture=MSIL">
8181
<SpecificVersion>False</SpecificVersion>

src/Libraries/SmartStore.Core/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Autofac" version="3.4.1" targetFramework="net45" />
44
<package id="Autofac.Mvc5" version="3.3.1" targetFramework="net45" />
5-
<package id="EntityFramework" version="6.1.0" targetFramework="net45" />
5+
<package id="EntityFramework" version="6.1.3" targetFramework="net451" />
66
<package id="fasterflect" version="2.1.3" targetFramework="net45" />
77
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" />
88
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" />

src/Libraries/SmartStore.Data/SmartStore.Data.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
</Reference>
6868
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
6969
<SpecificVersion>False</SpecificVersion>
70-
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
70+
<HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
7171
</Reference>
7272
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
7373
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
74+
<HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
7575
</Reference>
7676
<Reference Include="EntityFramework.SqlServerCompact, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
7777
<SpecificVersion>False</SpecificVersion>
78-
<HintPath>..\..\packages\EntityFramework.SqlServerCompact.6.1.0\lib\net45\EntityFramework.SqlServerCompact.dll</HintPath>
78+
<HintPath>..\..\packages\EntityFramework.SqlServerCompact.6.1.3\lib\net45\EntityFramework.SqlServerCompact.dll</HintPath>
7979
</Reference>
8080
<Reference Include="Microsoft.SqlServer.ConnectionInfo, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
8181
<Private>True</Private>

src/Libraries/SmartStore.Data/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Autofac" version="3.4.1" targetFramework="net45" />
4-
<package id="EntityFramework" version="6.1.0" targetFramework="net45" />
5-
<package id="EntityFramework.SqlServerCompact" version="6.1.0" targetFramework="net45" />
4+
<package id="EntityFramework" version="6.1.3" targetFramework="net451" />
5+
<package id="EntityFramework.SqlServerCompact" version="6.1.3" targetFramework="net451" />
66
<package id="Microsoft.SqlServer.Compact" version="4.0.8876.1" targetFramework="net45" />
77
<package id="Microsoft.SqlServer.Scripting" version="11.0.2100.61" targetFramework="net45" />
88
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />

src/Libraries/SmartStore.Services/SmartStore.Services.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@
6767
</Reference>
6868
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
6969
<SpecificVersion>False</SpecificVersion>
70-
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
70+
<HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
7171
</Reference>
72-
<Reference Include="EntityFramework.SqlServer">
73-
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
72+
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
73+
<SpecificVersion>False</SpecificVersion>
74+
<HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
7475
</Reference>
7576
<Reference Include="EPPlus, Version=4.0.3.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
7677
<SpecificVersion>False</SpecificVersion>

src/Libraries/SmartStore.Services/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Autofac" version="3.4.1" targetFramework="net45" />
4-
<package id="EntityFramework" version="6.1.0" targetFramework="net45" />
4+
<package id="EntityFramework" version="6.1.3" targetFramework="net451" />
55
<package id="EPPlus" version="4.0.3" targetFramework="net45" />
66
<package id="fasterflect" version="2.1.3" targetFramework="net45" />
77
<package id="ImageResizer" version="3.4.2" targetFramework="net45" />

src/Plugins/SmartStore.DevTools/SmartStore.DevTools.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@
8080
<Reference Include="Autofac.Integration.Mvc">
8181
<HintPath>..\..\packages\Autofac.Mvc5.3.3.1\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
8282
</Reference>
83-
<Reference Include="EntityFramework">
84-
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
85-
<Private>False</Private>
83+
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
84+
<SpecificVersion>False</SpecificVersion>
85+
<HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
8686
</Reference>
87-
<Reference Include="EntityFramework.SqlServer">
88-
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
89-
<Private>False</Private>
87+
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
88+
<SpecificVersion>False</SpecificVersion>
89+
<HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
9090
</Reference>
9191
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9292
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>

src/Plugins/SmartStore.DevTools/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Autofac" version="3.4.1" targetFramework="net45" />
44
<package id="Autofac.Mvc5" version="3.3.1" targetFramework="net45" />
5-
<package id="EntityFramework" version="6.1.0" targetFramework="net45" />
5+
<package id="EntityFramework" version="6.1.3" targetFramework="net451" />
66
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" />
77
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" />
88
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net45" />

src/Plugins/SmartStore.GoogleMerchantCenter/SmartStore.GoogleMerchantCenter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@
8989
</Reference>
9090
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
9191
<SpecificVersion>False</SpecificVersion>
92-
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
92+
<HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
9393
</Reference>
9494
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
9595
<SpecificVersion>False</SpecificVersion>
96-
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
96+
<HintPath>..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
9797
</Reference>
9898
<Reference Include="FluentValidation">
9999
<HintPath>..\..\packages\FluentValidation.5.0.0.1\lib\Net40\FluentValidation.dll</HintPath>

src/Plugins/SmartStore.GoogleMerchantCenter/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Autofac" version="3.4.1" targetFramework="net45" />
44
<package id="Autofac.Mvc5" version="3.3.1" targetFramework="net45" />
5-
<package id="EntityFramework" version="6.1.0" targetFramework="net45" />
5+
<package id="EntityFramework" version="6.1.3" targetFramework="net451" />
66
<package id="FluentValidation" version="5.0.0.1" targetFramework="net45" />
77
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" />
88
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" />

0 commit comments

Comments
 (0)