System.Data.SQLite

Check-in [f8caa45f2f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add 'dllmap' element to the System.Data.SQLite assembly configuration file for NuGet in order to better support Mono.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | preRelease
Files: files | file ages | folders
SHA1: f8caa45f2f68062c97257a31a0abdc5e5347e772
User & Date: mistachkin 2018-08-13 04:47:45.706
Context
2018-08-13
19:09
Correct configuration suffix handling in the .NET Standard test batch tool. check-in: 15814cefdc user: mistachkin tags: preRelease
04:47
Add 'dllmap' element to the System.Data.SQLite assembly configuration file for NuGet in order to better support Mono. check-in: f8caa45f2f user: mistachkin tags: preRelease
03:07
Make the 'sourceTag.eagle' tool more cross-platform. check-in: d0ff635ec0 user: mistachkin tags: preRelease
Changes
Unified Diff Ignore Whitespace Patch
Changes to NuGet/shared/Core/lib/System.Data.SQLite.dll.config.
13
14
15
16
17
18
19


20
 *
-->
<configuration>
  <appSettings>
    <add key="PreLoadSQLite_BaseDirectory"
         value="%PreLoadSQLite_AssemblyDirectory%\..\..\build\%PreLoadSQLite_TargetFramework%" />
  </appSettings>


</configuration>







>
>

13
14
15
16
17
18
19
20
21
22
 *
-->
<configuration>
  <appSettings>
    <add key="PreLoadSQLite_BaseDirectory"
         value="%PreLoadSQLite_AssemblyDirectory%\..\..\build\%PreLoadSQLite_TargetFramework%" />
  </appSettings>

  <dllmap dll="SQLite.Interop" target="SQLite.Interop.dll" />
</configuration>