Skip to content

Commit caf200b

Browse files
committed
move System.Linq.Async to Explorer project
1 parent 797464d commit caf200b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
6969
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" />
7070
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
71-
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
7271
</ItemGroup>
7372

7473
</Project>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
<ItemGroup>
5454
<PackageReference Include="System.Data.OleDb" Version="5.0.0" />
55+
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
5556
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" />
5657
</ItemGroup>
5758

0 commit comments

Comments
 (0)