Skip to content

Commit

Permalink
Fix trim publish
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Dec 13, 2023
1 parent 2dd097f commit 5495d05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<PackageVersion Include="NSec.Cryptography" Version="22.4.0"/>
<PackageVersion Include="SharpZstd.Interop" Version="1.5.2-beta2"/>
<PackageVersion Include="JetBrains.Annotations" Version="2023.2.0-eap3" />
<PackageVersion Include="Microsoft.NET.ILLink.Tasks" Version="8.0.0" />
<!-- Loader -->
<PackageVersion Include="Robust.Natives" Version="0.1.1"/>
<!-- Launcher -->
Expand Down
1 change: 1 addition & 0 deletions SS14.Launcher/SS14.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<PackageReference Include="SharpZstd.Interop" />
<PackageReference Include="SpaceWizards.Sodium" />
<PackageReference Include="JetBrains.Annotations" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" />
</ItemGroup>
<ItemGroup>
<None Remove="Utility\runtime.json" />
Expand Down
1 change: 1 addition & 0 deletions SS14.Loader/SS14.Loader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<PackageReference Include="NSec.Cryptography" />
<PackageReference Include="Robust.Natives" />
<PackageReference Include="SharpZstd.Interop" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" />
</ItemGroup>

</Project>

0 comments on commit 5495d05

Please sign in to comment.