Skip to content

Commit

Permalink
Add Fody to embed Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kinsi55 committed May 31, 2021
1 parent 4054be1 commit c61fd9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BeatSaberNoUpdate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SteamKit2" Version="2.3.0" />
</ItemGroup>

Expand Down
3 changes: 3 additions & 0 deletions 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>

0 comments on commit c61fd9d

Please sign in to comment.