mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
moved SQL CE to Nuget.
This commit is contained in:
parent
67f7b83f03
commit
3cd4ee3996
31 changed files with 876 additions and 20 deletions
8
packages/SqlServerCompact.4.0.8482.1/Content/web.config.transform
vendored
Normal file
8
packages/SqlServerCompact.4.0.8482.1/Content/web.config.transform
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
<configuration>
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<remove invariant="System.Data.SqlServerCe.4.0" />
|
||||
<add name="Microsoft SQL Server Compact Data Provider 4.0" invariant="System.Data.SqlServerCe.4.0" description=".NET Framework Data Provider for Microsoft SQL Server Compact" type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
|
||||
</DbProviderFactories>
|
||||
</system.data>
|
||||
</configuration>
|
Loading…
Add table
Add a link
Reference in a new issue