aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-30 10:13:09 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-30 10:13:09 -0400
commitcbd6c47af49145f3136cab9858b87ce98df9071a (patch)
treeca8c7bd5e8254187c0409d1342adb6b924b3a8be /MediaBrowser.ServerApplication
parentfb95d7b2a9789bd286b1cf212f8a67daac95a98b (diff)
updated sqlite
Diffstat (limited to 'MediaBrowser.ServerApplication')
-rw-r--r--MediaBrowser.ServerApplication/App.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/App.config b/MediaBrowser.ServerApplication/App.config
index a5cbacb61..4f60de145 100644
--- a/MediaBrowser.ServerApplication/App.config
+++ b/MediaBrowser.ServerApplication/App.config
@@ -41,6 +41,10 @@
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.5.11.0" newVersion="1.5.11.0" />
</dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-1.0.89.0" newVersion="1.0.89.0" />
+ </dependentAssembly>
</assemblyBinding>
</runtime>
<system.web>