Skip to content

Commit

Permalink
Update project references
Browse files Browse the repository at this point in the history
  • Loading branch information
Falki-git committed Oct 26, 2023
1 parent 17188c3 commit 03af4cb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/SkipSplashScreen/SkipSplashScreen.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<!-- Project references -->
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup Label="DLL file references">
<!-- Add references to any DLL files you want to use in your mod here -->
</ItemGroup>
Expand All @@ -11,8 +13,8 @@
<PackageReference Include="BepInEx.Core" Version="5.*"/>
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*"/>
<PackageReference Include="HarmonyX" Version="2.10.1"/>
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.3" PrivateAssets="all"/>
<PackageReference Include="SpaceWarp" Version="1.4.0"/>
<PackageReference Include="UnityEngine.Modules" Version="2020.3.33.1"/>
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.5" PrivateAssets="all"/>
<PackageReference Include="SpaceWarp" Version="1.5.2"/>
<PackageReference Include="UnityEngine.Modules" Version="2022.3.5"/>
</ItemGroup>
</Project>

0 comments on commit 03af4cb

Please sign in to comment.