mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
This is a massive overhaul that replaces System.Data.SQLite with Mono.Data.Sqlite. This should make it more compatible with Linux and Mac and has no known downsides for Windows.
6 lines
303 B
XML
6 lines
303 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="EntityFramework" version="6.1.3" targetFramework="net452" />
|
|
<package id="Mono.Data.Sqlite.Portable" version="1.0.3.5" targetFramework="net452" />
|
|
<package id="sharpcompress" version="0.11.6" targetFramework="net452" />
|
|
</packages> |