Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Upstream sisters not like this
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed May 19, 2024
1 parent 9eb78c7 commit b269786
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<!-- Launcher-loader shared stuff -->
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.0-preview.3.24172.4" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Lib.Harmony" Version="2.3.3" />
<PackageVersion Include="NP.Ava.Visuals" Version="1.0.5" />
<PackageVersion Include="NSec.Cryptography" Version="24.5.0-preview.1" />
<PackageVersion Include="SharpZstd.Interop" Version="1.5.5-beta1" />
Expand Down Expand Up @@ -39,4 +40,4 @@
<!-- Bootstrap -->
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions Marsey/Marsey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0-eap1" />
<PackageReference Include="Lib.Harmony" Version="2.3.3" />
<PackageReference Include="Lib.Harmony" />
<PackageReference Include="Newtonsoft.Json" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions SS14.Launcher/Models/LauncherInfoManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace SS14.Launcher.Models;

/// <summary>
/// Fetches and caches information from <see cref="ConfigConstants.UrlLauncherInfo"/>.
/// MarseyFluff was such a good idea they made it a real thing
/// </summary>
public sealed class LauncherInfoManager(HttpClient httpClient)
{
Expand Down
3 changes: 0 additions & 3 deletions SS14.Launcher/SS14.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@
<ItemGroup>
<ProjectReference Include="..\Marsey\Marsey.csproj" />
<AdditionalFiles Include="**\*.xaml" SourceItemGroup="AvaloniaXaml" />
<PackageReference Include="Avalonia.Themes.Simple" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Marsey\Marsey.csproj" />
Expand Down

0 comments on commit b269786

Please sign in to comment.