Skip to content

Commit d3ea0e0

Browse files
committed
move packages exclusive to Explorer plugin
Flow.Launcher.Plugin to Flow.Launcher project, reduce burden on the Plugin project since Explorer is a default Flow plugin
1 parent d23fe39 commit d3ea0e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@
5959
<PrivateAssets>all</PrivateAssets>
6060
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6161
</PackageReference>
62-
<PackageReference Include="System.Data.OleDb" Version="4.7.1" />
6362
<PackageReference Include="System.Runtime" Version="4.3.1" />
64-
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" />
6563
</ItemGroup>
6664

6765
</Project>

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@
7070
<PrivateAssets>all</PrivateAssets>
7171
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7272
</PackageReference>
73+
<PackageReference Include="System.Data.OleDb" Version="4.7.1" />
7374
<PackageReference Include="System.Data.SQLite" Version="1.0.112" />
7475
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.112" />
7576
<PackageReference Include="System.Runtime" Version="4.3.1" />
77+
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" />
7678
<PackageReference Include="UnidecodeSharp" Version="1.0.0" />
7779
</ItemGroup>
7880

0 commit comments

Comments
 (0)