Update Entity Framework 6.2.0
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
||||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
</configSections>
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
|
||||||
<entityFramework>
|
<entityFramework>
|
||||||
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
|
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
|
||||||
<providers>
|
<providers>
|
||||||
|
|||||||
+2
-4
@@ -43,12 +43,10 @@
|
|||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
||||||
<Private>True</Private>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
||||||
<Private>True</Private>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Fasterflect, Version=2.1.3.0, Culture=neutral, PublicKeyToken=38d18473284c1ca7, processorArchitecture=MSIL">
|
<Reference Include="Fasterflect, Version=2.1.3.0, Culture=neutral, PublicKeyToken=38d18473284c1ca7, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\fasterflect.2.1.3\lib\net40\Fasterflect.dll</HintPath>
|
<HintPath>..\packages\fasterflect.2.1.3\lib\net40\Fasterflect.dll</HintPath>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<packages>
|
<packages>
|
||||||
<package id="AutoMapper" version="3.3.1" targetFramework="net45" />
|
<package id="AutoMapper" version="3.3.1" targetFramework="net45" />
|
||||||
<package id="CsvHelper" version="2.14.2" targetFramework="net45" />
|
<package id="CsvHelper" version="2.14.2" targetFramework="net45" />
|
||||||
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
|
<package id="EntityFramework" version="6.2.0" targetFramework="net45" />
|
||||||
<package id="fasterflect" version="2.1.3" targetFramework="net45" />
|
<package id="fasterflect" version="2.1.3" targetFramework="net45" />
|
||||||
<package id="log4net" version="1.2.10" targetFramework="net45" />
|
<package id="log4net" version="1.2.10" targetFramework="net45" />
|
||||||
<package id="MathNet.Numerics" version="4.5.1" targetFramework="net45" />
|
<package id="MathNet.Numerics" version="4.5.1" targetFramework="net45" />
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
You can also find all config options in the "Web.Backload.Default.txt" file (Backload\Config\_Defaults folder).
|
You can also find all config options in the "Web.Backload.Default.txt" file (Backload\Config\_Defaults folder).
|
||||||
-->
|
-->
|
||||||
<section name="backload" type="Backload.Configuration.BackloadSection, Backload, Version=2, Culture=neutral, PublicKeyToken=02eaf42ab375d363" requirePermission="false" />
|
<section name="backload" type="Backload.Configuration.BackloadSection, Backload, Version=2, Culture=neutral, PublicKeyToken=02eaf42ab375d363" requirePermission="false" />
|
||||||
</configSections>
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
|
||||||
<umbracoConfiguration>
|
<umbracoConfiguration>
|
||||||
<settings configSource="config\umbracoSettings.config" />
|
<settings configSource="config\umbracoSettings.config" />
|
||||||
<BaseRestExtensions configSource="config\BaseRestExtensions.config" />
|
<BaseRestExtensions configSource="config\BaseRestExtensions.config" />
|
||||||
|
|||||||
@@ -90,12 +90,10 @@
|
|||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
||||||
<Private>True</Private>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
||||||
<Private>True</Private>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Examine, Version=0.1.70.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Examine, Version=0.1.70.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Examine.0.1.70.0\lib\Examine.dll</HintPath>
|
<HintPath>..\packages\Examine.0.1.70.0\lib\Examine.dll</HintPath>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<package id="bootstrap" version="3.3.7" targetFramework="net452" />
|
<package id="bootstrap" version="3.3.7" targetFramework="net452" />
|
||||||
<package id="ClientDependency" version="1.9.2" targetFramework="net452" />
|
<package id="ClientDependency" version="1.9.2" targetFramework="net452" />
|
||||||
<package id="ClientDependency-Mvc5" version="1.8.0.0" targetFramework="net452" />
|
<package id="ClientDependency-Mvc5" version="1.8.0.0" targetFramework="net452" />
|
||||||
<package id="EntityFramework" version="6.1.3" targetFramework="net452" />
|
<package id="EntityFramework" version="6.2.0" targetFramework="net452" />
|
||||||
<package id="Examine" version="0.1.70.0" targetFramework="net452" />
|
<package id="Examine" version="0.1.70.0" targetFramework="net452" />
|
||||||
<package id="FontAwesome" version="4.7.0" targetFramework="net452" />
|
<package id="FontAwesome" version="4.7.0" targetFramework="net452" />
|
||||||
<package id="Hangfire" version="1.6.7" targetFramework="net452" />
|
<package id="Hangfire" version="1.6.7" targetFramework="net452" />
|
||||||
|
|||||||
Reference in New Issue
Block a user