File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 5
5
<PublishSelfContained >true</PublishSelfContained >
6
6
<PublishSingleFile >true</PublishSingleFile >
7
7
<PublishReadyToRun >true</PublishReadyToRun >
8
- <PublishTrimmed >false </PublishTrimmed >
8
+ <PublishTrimmed >true </PublishTrimmed >
9
9
<PublishAot >false</PublishAot >
10
10
<IncludeNativeLibrariesForSelfExtract >true</IncludeNativeLibrariesForSelfExtract >
11
11
<EnableCompressionInSingleFile >false</EnableCompressionInSingleFile >
82
82
</EmbeddedResource >
83
83
</ItemGroup >
84
84
85
+ <ItemGroup >
86
+ <TrimmerRootDescriptor Include =" TrimWarningsWorkaround.xml" />
87
+ </ItemGroup >
88
+
85
89
</Project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <linker >
3
+ <assembly fullname =" McMaster.Extensions.CommandLineUtils" preserve =" all" />
4
+ <assembly fullname =" kryptor" preserve =" all" />
5
+ </linker >
You can’t perform that action at this time.
0 commit comments