Skip to content

Commit 88535f7

Browse files
committed
Revert changes
1 parent d88b484 commit 88535f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
@@ -84,11 +84,15 @@
8484
</Target>
8585

8686
<ItemGroup>
87-
<None Update="plugin.json">
87+
<None Include="plugin.json">
8888
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
8989
</None>
9090
</ItemGroup>
9191

92+
<ItemGroup>
93+
<ProjectReference Include="..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
94+
</ItemGroup>
95+
9296
<ItemGroup>
9397
<Content Include="Images\*.png">
9498
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -98,10 +102,6 @@
98102
</Content>
99103
</ItemGroup>
100104

101-
<ItemGroup>
102-
<ProjectReference Include="..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
103-
</ItemGroup>
104-
105105
<ItemGroup>
106106
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
107107
<PackageReference Include="Flow.Launcher.Localization" Version="0.0.6" />

0 commit comments

Comments
 (0)