We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799006b commit eb327f6Copy full SHA for eb327f6
Cpp2IL.Core/TrimmerRoots.xml
@@ -1,7 +1,3 @@
1
<linker>
2
- <assembly fullname="Cpp2IL.Core">
3
- <type fullname="Cpp2IL.Core.Cpp2IlApi" preserve="all" />
4
- <type fullname="Cpp2IL.Core.Api.Cpp2IlPlugin" preserve="all" />
5
- <type fullname="Cpp2IL.Core.Api.PluginLogger" preserve="all" />
6
- </assembly>
+ <assembly fullname="Cpp2IL.Core" preserve="all"/>
7
</linker>
Cpp2IL/Cpp2IL.csproj
@@ -22,6 +22,7 @@
22
23
<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">
24
<TrimmerRootAssembly Include="System.Runtime" />
25
+ <TrimmerRootAssembly Include="System.Private.CoreLib" />
26
</ItemGroup>
27
28
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
0 commit comments