File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments