Skip to content

Commit

Permalink
Combine DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbbaixue committed Dec 29, 2023
1 parent a22e4ca commit 7dd9304
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Ra3.BattleNet.Downloader/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura />
</Weavers>
8 changes: 8 additions & 0 deletions Ra3.BattleNet.Downloader/Ra3.BattleNet.Downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Fody" Version="6.8.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MonoTorrent" Version="2.0.7" />
</ItemGroup>

Expand Down

0 comments on commit 7dd9304

Please sign in to comment.