|
28 | 28 | <AssemblyTitle>LowVisibilityTests</AssemblyTitle> |
29 | 29 | <Product>LowVisibilityTests</Product> |
30 | 30 | <Copyright>Copyright © 2023</Copyright> |
31 | | - <AssemblyVersion>2.0.0.0</AssemblyVersion> |
32 | | - <FileVersion>2.0.0.0</FileVersion> |
| 31 | + <AssemblyVersion>2.0.0</AssemblyVersion> |
| 32 | + <FileVersion>2.0.0</FileVersion> |
33 | 33 | <LangVersion>11</LangVersion> |
34 | 34 | </PropertyGroup> |
35 | 35 |
|
| 36 | + <PropertyGroup> |
| 37 | + <!-- avoids IgnoresAccessChecksToAttribute warnings --> |
| 38 | + <PublicizerRuntimeStrategies>Unsafe</PublicizerRuntimeStrategies> |
| 39 | + </PropertyGroup> |
| 40 | + <ItemGroup> |
| 41 | + <PackageReference Include="Krafs.Publicizer" Version="2.2.1" /> |
| 42 | + <Publicize Include="Assembly-CSharp;UnityEngine.UI" /> |
| 43 | + </ItemGroup> |
| 44 | + |
36 | 45 | <ItemGroup> |
37 | | - <PackageReference Include="HarmonyX" Version="2.10.1"> |
38 | | - <PrivateAssets>all</PrivateAssets> |
39 | | - <ExcludeAssets>runtime</ExcludeAssets> |
| 46 | + <!-- Assets need to be private / included for testing purposes. Do not ship them--> |
| 47 | + <PackageReference Include="HarmonyX" Version="2.10.1"> |
40 | 48 | </PackageReference> |
41 | 49 |
|
42 | 50 | <Reference Include="Assembly-CSharp"> |
43 | | - <Private>False</Private> |
| 51 | + <Private>True</Private> |
44 | 52 | </Reference> |
45 | 53 | <Reference Include="IRBTModUtils"> |
46 | 54 | <HintPath>$(DeployedModPath)\..\IRBTModUtils\IRBTModUtils.dll</HintPath> |
47 | | - <Private>False</Private> |
| 55 | + <Private>True</Private> |
48 | 56 | </Reference> |
49 | 57 | <Reference Include="UnityEngine.CoreModule"> |
50 | | - <Private>False</Private> |
| 58 | + <Private>True</Private> |
51 | 59 | </Reference> |
52 | 60 | </ItemGroup> |
53 | 61 |
|
54 | 62 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
55 | 63 | <ItemGroup> |
56 | | - <PackageReference Include="MSTest.TestAdapter" Version="2.1.1" /> |
57 | | - <PackageReference Include="MSTest.TestFramework" Version="2.1.1" /> |
58 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" /> |
59 | | - <PackageReference Include="MSTest.TestAdapter" Version="1.4.0" /> |
60 | | - <PackageReference Include="MSTest.TestFramework" Version="1.4.0" /> |
| 64 | + <PackageReference Include="MSTest.TestAdapter" Version="3.0.2" /> |
| 65 | + <PackageReference Include="MSTest.TestFramework" Version="3.0.2" /> |
| 66 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" /> |
61 | 67 | </ItemGroup> |
62 | 68 |
|
63 | 69 | <ItemGroup> |
|
0 commit comments