We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4744ff7 commit 473b139Copy full SHA for 473b139
Plugins/Flow.Launcher.Plugin.PluginsManager/Flow.Launcher.Plugin.PluginsManager.csproj
@@ -18,7 +18,6 @@
18
</PropertyGroup>
19
20
<ItemGroup>
21
- <ProjectReference Include="..\..\Flow.Launcher.Core\Flow.Launcher.Core.csproj" />
22
<ProjectReference Include="..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
23
</ItemGroup>
24
@@ -36,4 +35,8 @@
36
35
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
37
</Content>
38
+
39
+ <ItemGroup>
40
+ <PackageReference Include="SharpZipLib" Version="1.4.2" />
41
+ </ItemGroup>
42
</Project>
0 commit comments