Skip to content

Commit

Permalink
Fixed the unnecessary lib folder in Ref package (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Mar 3, 2024
1 parent e8b8cb7 commit 792585c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Harmony/Harmony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<None Include="..\README.md" Pack="true" PackagePath="" />
<None Include="..\LICENSE" Pack="true" PackagePath="" />
<None Include="..\HarmonyLogo.png" Pack="true" Visible="false" PackagePath="" />
<None Include="..\_._" Pack="true" Visible="false" PackagePath="lib/netstandard2.0" />
<None Include="..\_._" Pack="true" Visible="false" PackagePath="lib/netstandard2.0" Condition="$(Configuration)!='ReleaseRef'" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)'=='DebugThin' Or '$(Configuration)'=='DebugFat'">
Expand Down Expand Up @@ -174,7 +174,6 @@
<ItemGroup Condition="$(Configuration)=='ReleaseRef'">
<!-- Adding System.Reflection.Emit.* because there are public types exposed from its's package -->
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" IncludeAssets="compile" />
<None Remove="_._" />
</ItemGroup>
<Target Name="AddRefAssemblyToPackage" Condition="$(Configuration)=='ReleaseRef'">
<ItemGroup>
Expand Down

0 comments on commit 792585c

Please sign in to comment.