2018-02-14 00:09:58 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-02-11 20:55:29 -05:00
|
|
|
<configuration>
|
|
|
|
<configSections>
|
|
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
2018-02-14 00:09:58 -05:00
|
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
2018-02-11 20:55:29 -05:00
|
|
|
</configSections>
|
|
|
|
<entityFramework>
|
2018-02-14 00:09:58 -05:00
|
|
|
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
|
2018-02-11 20:55:29 -05:00
|
|
|
<providers>
|
2018-02-14 00:09:58 -05:00
|
|
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
|
2018-02-11 20:55:29 -05:00
|
|
|
</providers>
|
|
|
|
</entityFramework>
|
2018-02-14 00:09:58 -05:00
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
|