Skip to content

Commit 6374f41

Browse files
committed
update dependency
1 parent 48bfef2 commit 6374f41

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<ItemGroup>
5656
<PackageReference Include="Droplex" Version="1.7.0" />
57-
<PackageReference Include="FSharp.Core" Version="7.0.401" />
57+
<PackageReference Include="FSharp.Core" Version="8.0.100" />
5858
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.3.2" />
5959
<PackageReference Include="squirrel.windows" Version="1.5.2" NoWarn="NU1701" />
6060
<PackageReference Include="StreamJsonRpc" Version="2.17.8" />

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5555
</PackageReference>
5656
<PackageReference Include="MemoryPack" Version="1.10.0" />
57-
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.7.30" />
57+
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.8.14" />
5858
<PackageReference Include="NLog" Version="4.7.10" />
5959
<PackageReference Include="NLog.Schema" Version="4.7.10" />
6060
<PackageReference Include="NLog.Web.AspNetCore" Version="4.13.0" />
6161
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
62-
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
62+
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
6363
<!--ToolGood.Words.Pinyin v3.0.2.6 results in high memory usage when search with pinyin is enabled-->
6464
<!--Bumping to it or higher needs to test and ensure this is no longer a problem-->
6565
<PackageReference Include="ToolGood.Words.Pinyin" Version="3.0.1.4" />

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
<PrivateAssets>all</PrivateAssets>
6767
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6868
</PackageReference>
69-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
7069
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
7170
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
7271
</ItemGroup>

0 commit comments

Comments
 (0)