Skip to content

Commit

Permalink
Still no idea why not works.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Jan 19, 2021
1 parent b7b50c5 commit cf103cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions osu.Game.Rulesets.Karaoke/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ILMerge>
<FullImport>true</FullImport>
<IncludeAssemblies>LanguageDetection|Octokit|osu.Framework.KaraokeFont|osu.Framework.Microphone|NWaves|LyricMaker|NicoKaraParser|WanaKanaSharp|Zipangu</IncludeAssemblies>
</ILMerge>
<Costura>
<IncludeAssemblies>
LanguageDetection
Octokit
osu.Framework.KaraokeFont
osu.Framework.Microphone
NWaves
LyricMaker
NicoKaraParser
WanaKanaSharp
Zipangu
</IncludeAssemblies>
</Costura>
</Weavers>
4 changes: 2 additions & 2 deletions osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</AssemblyAttribute>
</ItemGroup>
<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="Costura.Fody" Version="4.1.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit cf103cf

Please sign in to comment.