Skip to content

Commit db182fc

Browse files
committed
update ef to 6.1.3
1 parent f98c8de commit db182fc

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

Fissoft.EntityFramework.Fts/App.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
4-
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
4+
55
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6-
</configSections>
6+
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
77
<entityFramework>
88
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
99
<parameters>

Fissoft.EntityFramework.Fts/Fissoft.EntityFramework.Fts.csproj

+9-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@
3838
<AssemblyOriginatorKeyFile>fissoft.snk</AssemblyOriginatorKeyFile>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="EntityFramework">
42-
<HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.dll</HintPath>
41+
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
42+
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
43+
<Private>True</Private>
4344
</Reference>
44-
<Reference Include="EntityFramework.SqlServer">
45-
<HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.SqlServer.dll</HintPath>
45+
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
46+
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
47+
<Private>True</Private>
4648
</Reference>
4749
<Reference Include="System" />
4850
<Reference Include="System.ComponentModel.DataAnnotations" />
@@ -60,7 +62,9 @@
6062
<Compile Include="Properties\AssemblyInfo.cs" />
6163
</ItemGroup>
6264
<ItemGroup>
63-
<None Include="App.config" />
65+
<None Include="App.config">
66+
<SubType>Designer</SubType>
67+
</None>
6468
<None Include="Fissoft.EntityFramework.Fts.nuspec" />
6569
<None Include="fissoft.snk" />
6670
<None Include="packages.config" />
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EntityFramework" version="6.1.2" targetFramework="net45" />
3+
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)