Skip to content

Commit 03af4cb

Browse files
committed
Update project references
1 parent 17188c3 commit 03af4cb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
3-
<!-- Project references -->
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.1</TargetFramework>
5+
</PropertyGroup>
46
<ItemGroup Label="DLL file references">
57
<!-- Add references to any DLL files you want to use in your mod here -->
68
</ItemGroup>
@@ -11,8 +13,8 @@
1113
<PackageReference Include="BepInEx.Core" Version="5.*"/>
1214
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*"/>
1315
<PackageReference Include="HarmonyX" Version="2.10.1"/>
14-
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.3" PrivateAssets="all"/>
15-
<PackageReference Include="SpaceWarp" Version="1.4.0"/>
16-
<PackageReference Include="UnityEngine.Modules" Version="2020.3.33.1"/>
16+
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.5" PrivateAssets="all"/>
17+
<PackageReference Include="SpaceWarp" Version="1.5.2"/>
18+
<PackageReference Include="UnityEngine.Modules" Version="2022.3.5"/>
1719
</ItemGroup>
1820
</Project>

0 commit comments

Comments
 (0)