|
16 | 16 | </PropertyGroup> |
17 | 17 | <PropertyGroup> |
18 | 18 | <OutputType>Library</OutputType> |
19 | | - <TargetFramework>net471</TargetFramework> |
20 | | - <LangVersion>11</LangVersion> |
| 19 | + <TargetFramework>net472</TargetFramework> |
| 20 | + <LangVersion>13</LangVersion> |
21 | 21 | <AssemblySearchPaths> |
22 | 22 | $(ReferencePath); |
23 | 23 | {HintPathFromItem}; |
| 24 | + $(BattleTechGameDir)\Mods\ModTek\lib\; |
24 | 25 | $(BattleTechGameDir)\BattleTech_Data\Managed\ |
25 | 26 | </AssemblySearchPaths> |
26 | 27 | <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> |
|
36 | 37 | <PublicizerRuntimeStrategies>Unsafe</PublicizerRuntimeStrategies> |
37 | 38 | </PropertyGroup> |
38 | 39 | <ItemGroup> |
39 | | - <PackageReference Include="Krafs.Publicizer" Version="2.2.1" /> |
| 40 | + <PackageReference Include="Krafs.Publicizer" Version="2.3.0" /> |
40 | 41 | <Publicize Include="Assembly-CSharp" /> |
41 | 42 | <Publicize Include="DOTween;DOTweenPro" /> |
42 | 43 | <Publicize Include="UnityEngine.CoreModule" /> |
43 | 44 | </ItemGroup> |
44 | 45 | <ItemGroup> |
45 | | - <PackageReference Include="HarmonyX" Version="2.10.1"> |
46 | | - <PrivateAssets>all</PrivateAssets> |
47 | | - <ExcludeAssets>runtime</ExcludeAssets> |
48 | | - </PackageReference> |
49 | | - <PackageReference Include="PolySharp" Version="1.13.2"> |
| 46 | + <PackageReference Include="PolySharp" Version="1.15.0"> |
50 | 47 | <PrivateAssets>all</PrivateAssets> |
51 | 48 | <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
52 | 49 | </PackageReference> |
53 | 50 | </ItemGroup> |
54 | 51 | <ItemGroup> |
| 52 | + <Reference Include="0Harmony"> |
| 53 | + <Private>False</Private> |
| 54 | + </Reference> |
55 | 55 | <Reference Include="CustomComponents"> |
56 | 56 | <!-- relative to ME --> |
57 | 57 | <HintPath>$(MechEngineerModPath)\..\CustomComponents\CustomComponents.dll</HintPath> |
|
72 | 72 | <Reference Include="InControl"> |
73 | 73 | <Private>False</Private> |
74 | 74 | </Reference> |
| 75 | + <Reference Include="ModTek"> |
| 76 | + <Private>False</Private> |
| 77 | + </Reference> |
75 | 78 | <Reference Include="System"> |
76 | 79 | <Private>False</Private> |
77 | 80 | </Reference> |
|
0 commit comments