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 Jan 20, 2021
1 parent b7b50c5 commit 913349a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="LanguageDetection.karaoke-dev" Version="1.3.3-alpha" />
<PackageReference Include="Octokit" Version="0.48.0" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="1.5.0" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="1.6.1" />
<PackageReference Include="osu.Framework.Microphone" Version="1.1.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.117.0" />
<PackageReference Include="LyricMaker" Version="1.1.1" />
Expand All @@ -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 913349a

Please sign in to comment.