Skip to content

Commit

Permalink
Should output dlls into karaoke project also.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed May 2, 2021
1 parent bd0e2a1 commit 5efb325
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<!--We need to copy framework assembly to the output, else ILRepack will fail to resolve framework assembly.-->
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup Condition="'$(Configuration)'=='Release'">
<PackageReference Include="Fody" Version="6.3.0" PrivateAssets="All"/>
<PackageReference Include="ILMerge.Fody" Version="1.15.0" PrivateAssets="All"/>
<PackageReference Include="Fody" Version="6.3.0" PrivateAssets="All" />
<PackageReference Include="ILMerge.Fody" Version="1.16.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 5efb325

Please sign in to comment.