Skip to content

Commit fc69767

Browse files
committed
disable trimming
1 parent b884ad0 commit fc69767

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi.Core.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ SPDX-License-Identifier: MIT
55
<Project Sdk="Microsoft.NET.Sdk">
66
<PropertyGroup>
77
<TargetFrameworks>net6.0;netcoreapp3.1</TargetFrameworks>
8+
<!-- trimming options -->
9+
<PublishTrimmed>false</PublishTrimmed>
10+
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
811
</PropertyGroup>
912

1013
<Import Project="Smdn.Reflection.ReverseGenerating.ListApi.Core.Common.props" />

0 commit comments

Comments
 (0)