2016-10-21 01:50:35 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-05-09 22:01:41 +02:00
|
|
|
<configuration>
|
|
|
|
<configSections>
|
2018-01-28 10:06:15 +01:00
|
|
|
|
2016-10-21 01:50:35 +02:00
|
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
2018-01-28 10:06:15 +01:00
|
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
|
2016-10-21 01:50:35 +02:00
|
|
|
<connectionStrings configSource="ConnectionStrings.config" />
|
2016-05-09 22:01:41 +02:00
|
|
|
<startup>
|
2016-10-21 01:50:35 +02:00
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
2016-05-09 22:01:41 +02:00
|
|
|
</startup>
|
|
|
|
<entityFramework>
|
2016-10-21 01:50:35 +02:00
|
|
|
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
|
2016-05-09 22:01:41 +02:00
|
|
|
<providers>
|
2016-10-21 01:50:35 +02:00
|
|
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
2016-05-09 22:01:41 +02:00
|
|
|
</providers>
|
|
|
|
</entityFramework>
|
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
2016-10-21 01:50:35 +02:00
|
|
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
|
2016-05-09 22:01:41 +02:00
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
2016-10-21 01:50:35 +02:00
|
|
|
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
|
2016-05-09 22:01:41 +02:00
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
2016-10-21 01:50:35 +02:00
|
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
2017-04-12 19:45:16 +02:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
|
2016-05-09 22:01:41 +02:00
|
|
|
</dependentAssembly>
|
2017-02-21 03:15:03 +01:00
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
2018-01-28 10:06:15 +01:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
|
2017-02-21 03:15:03 +01:00
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
2018-01-28 10:06:15 +01:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
|
2017-02-21 03:15:03 +01:00
|
|
|
</dependentAssembly>
|
2016-05-09 22:01:41 +02:00
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
2016-10-17 08:39:21 +02:00
|
|
|
</configuration>
|