File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 <None Include =" $(RepositoryDirectory)ThirdPartyNotices.txt" Pack =" true" PackagePath =" \" Visible =" False" />
1818 </ItemGroup >
1919
20- <!-- Configure trimming for core projects on .NET 6 and above -->
21- <PropertyGroup Condition =" '$(IsCoreProject)' == 'true' AND ('$(TargetFramework)' == 'net6.0' OR '$(TargetFramework)' == 'net7.0')" >
22- <EnableTrimAnalyzer >true</EnableTrimAnalyzer >
23- <IsTrimmable >true</IsTrimmable >
24- </PropertyGroup >
25-
2620</Project >
Original file line number Diff line number Diff line change 22<Project >
33 <Import Project =" ..\Directory.Build.targets" />
44
5+ <!-- Configure trimming for projects on .NET 6 and above -->
6+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0' OR '$(TargetFramework)' == 'net7.0'" >
7+ <EnableTrimAnalyzer >true</EnableTrimAnalyzer >
8+ <IsTrimmable >true</IsTrimmable >
9+ </PropertyGroup >
10+
511 <!--
612 The following target has been ported from TerraFX.Interop.Windows.
713 See: https://github.com/terrafx/terrafx.interop.windows.
You can’t perform that action at this time.
0 commit comments