Skip to content

Commit 1f6d771

Browse files
committed
Remove useless NuGet package & Downgrade System.Drawing.Common package
1 parent 5481a6a commit 1f6d771

File tree

17 files changed

+3
-63
lines changed

17 files changed

+3
-63
lines changed

Flow.Launcher.Core/Flow.Launcher.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<PackageReference Include="FSharp.Core" Version="9.0.201" />
5858
<PackageReference Include="Meziantou.Framework.Win32.Jobs" Version="3.4.0" />
5959
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
60-
<PackageReference Include="SkiaSharp" Version="3.116.1" />
6160
<PackageReference Include="squirrel.windows" Version="1.5.2" NoWarn="NU1701" />
6261
<PackageReference Include="StreamJsonRpc" Version="2.21.10" />
6362
</ItemGroup>

Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
</PackageReference>
6868
<PackageReference Include="NLog" Version="4.7.10" />
6969
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
70-
<PackageReference Include="SkiaSharp" Version="3.116.1" />
7170
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
7271
<!--ToolGood.Words.Pinyin v3.0.2.6 results in high memory usage when search with pinyin is enabled-->
7372
<!--Bumping to it or higher needs to test and ensure this is no longer a problem-->

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7878
</PackageReference>
7979
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
80-
<PackageReference Include="SkiaSharp" Version="3.116.1" />
8180
</ItemGroup>
8281

8382
</Project>

Flow.Launcher.Test/Flow.Launcher.Test.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5656
</PackageReference>
5757
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
58-
<PackageReference Include="SkiaSharp" Version="3.116.1" />
5958
</ItemGroup>
6059

6160
</Project>

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
<PackageReference Include="NHotkey.Wpf" Version="3.0.0" />
105105
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
106106
<PackageReference Include="SemanticVersioning" Version="3.0.0" />
107-
<PackageReference Include="SkiaSharp" Version="3.116.1" />
108107
<PackageReference Include="TaskScheduler" Version="2.12.1" />
109108
<PackageReference Include="VirtualizingWrapPanel" Version="2.1.1" />
110109
</ItemGroup>

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

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -37,41 +37,11 @@
3737
</PropertyGroup>
3838

3939
<Target Name="RemoveUnnecessaryRuntimesAfterBuild" AfterTargets="Build">
40-
<RemoveDir Directories="$(OutputPath)runtimes\browser-wasm;
41-
$(OutputPath)runtimes\linux-arm;
42-
$(OutputPath)runtimes\linux-arm64;
43-
$(OutputPath)runtimes\linux-armel;
44-
$(OutputPath)runtimes\linux-mips64;
45-
$(OutputPath)runtimes\linux-musl-arm;
46-
$(OutputPath)runtimes\linux-musl-arm64;
47-
$(OutputPath)runtimes\linux-musl-x64;
48-
$(OutputPath)runtimes\linux-ppc64le;
49-
$(OutputPath)runtimes\linux-s390x;
50-
$(OutputPath)runtimes\linux-x64;
51-
$(OutputPath)runtimes\linux-x86;
52-
$(OutputPath)runtimes\maccatalyst-arm64;
53-
$(OutputPath)runtimes\maccatalyst-x64;
54-
$(OutputPath)runtimes\osx-arm64;
55-
$(OutputPath)runtimes\osx-x64"/>
40+
<RemoveDir Directories="$(OutputPath)runtimes\browser-wasm;&#xD;&#xA; $(OutputPath)runtimes\linux-arm;&#xD;&#xA; $(OutputPath)runtimes\linux-arm64;&#xD;&#xA; $(OutputPath)runtimes\linux-armel;&#xD;&#xA; $(OutputPath)runtimes\linux-mips64;&#xD;&#xA; $(OutputPath)runtimes\linux-musl-arm;&#xD;&#xA; $(OutputPath)runtimes\linux-musl-arm64;&#xD;&#xA; $(OutputPath)runtimes\linux-musl-x64;&#xD;&#xA; $(OutputPath)runtimes\linux-ppc64le;&#xD;&#xA; $(OutputPath)runtimes\linux-s390x;&#xD;&#xA; $(OutputPath)runtimes\linux-x64;&#xD;&#xA; $(OutputPath)runtimes\linux-x86;&#xD;&#xA; $(OutputPath)runtimes\maccatalyst-arm64;&#xD;&#xA; $(OutputPath)runtimes\maccatalyst-x64;&#xD;&#xA; $(OutputPath)runtimes\osx-arm64;&#xD;&#xA; $(OutputPath)runtimes\osx-x64" />
5641
</Target>
5742

5843
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">
59-
<RemoveDir Directories="$(PublishDir)runtimes\browser-wasm;
60-
$(PublishDir)runtimes\linux-arm;
61-
$(PublishDir)runtimes\linux-arm64;
62-
$(PublishDir)runtimes\linux-armel;
63-
$(PublishDir)runtimes\linux-mips64;
64-
$(PublishDir)runtimes\linux-musl-arm;
65-
$(PublishDir)runtimes\linux-musl-arm64;
66-
$(PublishDir)runtimes\linux-musl-x64;
67-
$(PublishDir)runtimes\linux-ppc64le;
68-
$(PublishDir)runtimes\linux-s390x;
69-
$(PublishDir)runtimes\linux-x64;
70-
$(PublishDir)runtimes\linux-x86;
71-
$(PublishDir)runtimes\maccatalyst-arm64;
72-
$(PublishDir)runtimes\maccatalyst-x64;
73-
$(PublishDir)runtimes\osx-arm64;
74-
$(PublishDir)runtimes\osx-x64"/>
44+
<RemoveDir Directories="$(PublishDir)runtimes\browser-wasm;&#xD;&#xA; $(PublishDir)runtimes\linux-arm;&#xD;&#xA; $(PublishDir)runtimes\linux-arm64;&#xD;&#xA; $(PublishDir)runtimes\linux-armel;&#xD;&#xA; $(PublishDir)runtimes\linux-mips64;&#xD;&#xA; $(PublishDir)runtimes\linux-musl-arm;&#xD;&#xA; $(PublishDir)runtimes\linux-musl-arm64;&#xD;&#xA; $(PublishDir)runtimes\linux-musl-x64;&#xD;&#xA; $(PublishDir)runtimes\linux-ppc64le;&#xD;&#xA; $(PublishDir)runtimes\linux-s390x;&#xD;&#xA; $(PublishDir)runtimes\linux-x64;&#xD;&#xA; $(PublishDir)runtimes\linux-x86;&#xD;&#xA; $(PublishDir)runtimes\maccatalyst-arm64;&#xD;&#xA; $(PublishDir)runtimes\maccatalyst-x64;&#xD;&#xA; $(PublishDir)runtimes\osx-arm64;&#xD;&#xA; $(PublishDir)runtimes\osx-x64" />
7545
</Target>
7646

7747
<ItemGroup>
@@ -98,7 +68,7 @@
9868
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.3" />
9969
<PackageReference Include="SkiaSharp" Version="3.116.1" />
10070
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
101-
<PackageReference Include="System.Drawing.Common" Version="9.0.3" />
71+
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
10272
</ItemGroup>
10373

10474
</Project>

Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363

6464
<ItemGroup>
6565
<PackageReference Include="Mages" Version="3.0.0" />
66-
<PackageReference Include="SkiaSharp" Version="3.116.1" />
6766
</ItemGroup>
6867

6968
</Project>

Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646

4747
<ItemGroup>
4848
<!-- Do not upgrade System.Data.OleDb since we are .Net7.0 -->
49-
<PackageReference Include="SkiaSharp" Version="3.116.1" />
5049
<PackageReference Include="System.Data.OleDb" Version="8.0.1" />
5150
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
5251
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" />

Plugins/Flow.Launcher.Plugin.PluginIndicator/Flow.Launcher.Plugin.PluginIndicator.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,5 @@
5656
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5757
</Content>
5858
</ItemGroup>
59-
60-
<ItemGroup>
61-
<PackageReference Include="SkiaSharp" Version="3.116.1" />
62-
</ItemGroup>
6359

6460
</Project>

Plugins/Flow.Launcher.Plugin.PluginsManager/Flow.Launcher.Plugin.PluginsManager.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,4 @@
3737
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3838
</Content>
3939
</ItemGroup>
40-
41-
<ItemGroup>
42-
<PackageReference Include="SkiaSharp" Version="3.116.1" />
43-
</ItemGroup>
4440
</Project>

0 commit comments

Comments
 (0)