mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Fix BrowserBookmarks plugin for Firefox bookmarks
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="System.Data.SQLite" version="1.0.93.0" targetFramework="net35" />
|
||||
<package id="System.Data.SQLite.Core" version="1.0.93.0" targetFramework="net35" requireReinstallation="true" />
|
||||
<package id="System.Data.SQLite.Linq" version="1.0.93.0" targetFramework="net35" requireReinstallation="true" />
|
||||
<package id="EntityFramework" version="6.2.0" targetFramework="net452" />
|
||||
<package id="System.Data.SQLite" version="1.0.111.0" targetFramework="net452" />
|
||||
<package id="System.Data.SQLite.Core" version="1.0.111.0" targetFramework="net452" />
|
||||
<package id="System.Data.SQLite.EF6" version="1.0.111.0" targetFramework="net452" />
|
||||
<package id="System.Data.SQLite.Linq" version="1.0.111.0" targetFramework="net452" />
|
||||
<package id="UnidecodeSharp" version="1.0.0.0" targetFramework="net452" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user