diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-08 01:57:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-08 01:57:38 -0400 |
| commit | 5cd3276775461d96d912d47fbae6857b887b98d0 (patch) | |
| tree | 3743825b4db8587aa1cec132cf0e4752a8f8d17a /MediaBrowser.Server.Implementations/app.config | |
| parent | 1591b16e003700d119732c2c7aa38d34583263dd (diff) | |
pass requested fields to data layer
Diffstat (limited to 'MediaBrowser.Server.Implementations/app.config')
| -rw-r--r-- | MediaBrowser.Server.Implementations/app.config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MediaBrowser.Server.Implementations/app.config b/MediaBrowser.Server.Implementations/app.config index 14f2f055ff..77b8b9218c 100644 --- a/MediaBrowser.Server.Implementations/app.config +++ b/MediaBrowser.Server.Implementations/app.config @@ -1,11 +1,11 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> - <assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-1.0.94.0" newVersion="1.0.94.0" /> + <assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral"/> + <bindingRedirect oldVersion="0.0.0.0-1.0.94.0" newVersion="1.0.94.0"/> </dependentAssembly> </assemblyBinding> </runtime> -</configuration>
\ No newline at end of file +<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/></startup></configuration> |
