File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
frameworks/CSharp/aspnetcore-corert/PlatformBenchmarks Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 6
6
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7
7
8
8
<!-- Opt out of the "easy mode" of the CoreRT compiler (http://aka.ms/OptimizeCoreRT) -->
9
- <TrimMode >link</TrimMode >
10
9
<IlcOptimizationPreference >Speed</IlcOptimizationPreference >
11
10
<IlcPgoOptimize >true</IlcPgoOptimize >
12
11
27
26
28
27
<ItemGroup >
29
28
<PackageReference Include =" Utf8Json" Version =" 1.3.7" />
30
- <PackageReference Include =" Microsoft.DotNet.ILCompiler" Version =" 6 .0.0-*" />
29
+ <PackageReference Include =" Microsoft.DotNet.ILCompiler" Version =" 7 .0.0-*" />
31
30
</ItemGroup >
31
+
32
+ <Target Name =" ConfigureTrimming"
33
+ BeforeTargets =" PrepareForILLink" >
34
+ <ItemGroup >
35
+ <ManagedAssemblyToLink >
36
+ <TrimMode >link</TrimMode >
37
+ </ManagedAssemblyToLink >
38
+ </ItemGroup >
39
+ </Target >
32
40
</Project >
You can’t perform that action at this time.
0 commit comments