-
-
Notifications
You must be signed in to change notification settings - Fork 377
Remove obsolete TranslationConverter & project reference in Explorer plugin #3595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4a50eec
a02a236
cec6f30
52fe90b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,15 +46,14 @@ | |
|
||
<ItemGroup> | ||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" /> | ||
<PackageReference Include="Droplex" Version="1.7.0" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How was it working without this reference? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok nvm I didn't read below those two projects are removed, so I guess it needs direct reference now? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah I suppose we didn't need to add direct reference before because either core or infrastructure project had the reference? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I think so |
||
<!-- Do not upgrade System.Data.OleDb since we are .Net7.0 --> | ||
<PackageReference Include="System.Data.OleDb" Version="8.0.1" /> | ||
<PackageReference Include="System.Linq.Async" Version="6.0.1" /> | ||
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\Flow.Launcher.Core\Flow.Launcher.Core.csproj" /> | ||
<ProjectReference Include="..\..\Flow.Launcher.Infrastructure\Flow.Launcher.Infrastructure.csproj" /> | ||
<ProjectReference Include="..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" /> | ||
</ItemGroup> | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.