File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
<None Include =" $(RepositoryDirectory)ThirdPartyNotices.txt" Pack =" true" PackagePath =" \" Visible =" False" />
18
18
</ItemGroup >
19
19
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
-
26
20
</Project >
Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<Import Project =" ..\Directory.Build.targets" />
4
4
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
+
5
11
<!--
6
12
The following target has been ported from TerraFX.Interop.Windows.
7
13
See: https://github.com/terrafx/terrafx.interop.windows.
You can’t perform that action at this time.
0 commit comments