Skip to content

Commit

Permalink
remove the dll name because it will cause duplicated type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Feb 16, 2022
1 parent a708c63 commit 8dcbac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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|SixLabors.Fonts|SixLabors.ImageSharp.Drawing|WanaKanaSharp|Zipangu</IncludeAssemblies>
<IncludeAssemblies>LanguageDetection|Octokit|osu.Framework.KaraokeFont|osu.Framework.Microphone|NWaves|LyricMaker|NicoKaraParser|SixLabors.ImageSharp.Drawing|WanaKanaSharp|Zipangu</IncludeAssemblies>
</ILMerge>
</Weavers>

0 comments on commit 8dcbac9

Please sign in to comment.