-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
635 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> | ||
|
||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections> | ||
<entityFramework> | ||
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> | ||
<providers> | ||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> | ||
</providers> | ||
</entityFramework> | ||
<connectionStrings> | ||
<add name="Main" connectionString="Server=localhost; Database=AbpZeroEfTest; Trusted_Connection=True;" providerName="System.Data.SqlClient" /> | ||
</connectionStrings> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> | ||
|
||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections> | ||
<entityFramework> | ||
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> | ||
<providers> | ||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> | ||
</providers> | ||
</entityFramework> | ||
<connectionStrings> | ||
<add name="Main" connectionString="Server=localhost; Database=AbpZeroEfTest; Trusted_Connection=True;" providerName="System.Data.SqlClient" /> | ||
</connectionStrings> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Abp" version="0.6.3.1" targetFramework="net451" /> | ||
<package id="Abp.EntityFramework" version="0.6.3.1" targetFramework="net451" /> | ||
<package id="Abp" version="0.6.4.1" targetFramework="net451" /> | ||
<package id="Abp.EntityFramework" version="0.6.4.1" targetFramework="net451" /> | ||
<package id="Castle.Core" version="3.3.3" targetFramework="net451" /> | ||
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" /> | ||
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" /> | ||
<package id="EntityFramework" version="6.1.3" targetFramework="net451" /> | ||
<package id="EntityFramework.DynamicFilters" version="1.3.16" targetFramework="net451" /> | ||
<package id="EntityFramework.DynamicFilters" version="1.4.0" targetFramework="net451" /> | ||
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net451" /> | ||
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" /> | ||
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net451" /> | ||
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net451" /> | ||
<package id="Nito.AsyncEx" version="3.0.0" targetFramework="net451" /> | ||
</packages> |
Oops, something went wrong.