We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3bdd5 commit 592f204Copy full SHA for 592f204
2 files changed
src/NativeCodeGen.Cli/NativeCodeGen.Cli.csproj
@@ -25,17 +25,8 @@
25
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
26
<SelfContained>true</SelfContained>
27
28
- <!-- Trimming to reduce binary size -->
29
- <PublishTrimmed>true</PublishTrimmed>
30
- <TrimMode>link</TrimMode>
31
-
32
</PropertyGroup>
33
34
- <!-- Preserve types for reflection-based libraries -->
35
- <ItemGroup>
36
- <TrimmerRootDescriptor Include="TrimmerRoots.xml" />
37
- </ItemGroup>
38
39
<ItemGroup>
40
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
41
</ItemGroup>
src/NativeCodeGen.Cli/TrimmerRoots.xml
0 commit comments