Skip to content

Commit e2427ce

Browse files
authored
Merge pull request #1534 from VictoriousRaptor/FixBookmarkDependencies
2 parents 167e180 + d7f966e commit e2427ce

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Flow.Launcher.Plugin.BrowserBookmark.Models;
1+
using Flow.Launcher.Plugin.BrowserBookmark.Models;
22
using System;
33
using System.Collections.Generic;
44
using System.Data.SQLite;
@@ -130,4 +130,4 @@ public static IEnumerable<T> Select<T>(this SQLiteDataReader reader, Func<SQLite
130130
}
131131
}
132132
}
133-
}
133+
}

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
55
<TargetFramework>net6.0-windows</TargetFramework>
6-
<UseWPF>true</UseWPF>
6+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
7+
<UseWPF>true</UseWPF>
78
<ProjectGuid>{9B130CC5-14FB-41FF-B310-0A95B6894C37}</ProjectGuid>
89
<AppDesignerFolder>Properties</AppDesignerFolder>
910
<RootNamespace>Flow.Launcher.Plugin.BrowserBookmark</RootNamespace>
@@ -23,7 +24,7 @@
2324
<WarningLevel>4</WarningLevel>
2425
<Prefer32Bit>false</Prefer32Bit>
2526
</PropertyGroup>
26-
27+
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2829
<DebugType>pdbonly</DebugType>
2930
<Optimize>true</Optimize>
@@ -39,15 +40,6 @@
3940
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4041
</None>
4142
</ItemGroup>
42-
43-
<ItemGroup>
44-
<Content Include="x64\SQLite.Interop.dll">
45-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
46-
</Content>
47-
<Content Include="x86\SQLite.Interop.dll">
48-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
49-
</Content>
50-
</ItemGroup>
5143

5244
<ItemGroup>
5345
<ProjectReference Include="..\..\Flow.Launcher.Infrastructure\Flow.Launcher.Infrastructure.csproj" />
@@ -64,7 +56,7 @@
6456
</ItemGroup>
6557

6658
<ItemGroup>
67-
<PackageReference Include="System.Data.SQLite" Version="1.0.114.4" />
59+
<PackageReference Include="System.Data.SQLite" Version="1.0.116" />
6860
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.116" />
6961
<PackageReference Include="UnidecodeSharp" Version="1.0.0" />
7062
</ItemGroup>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)