File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >netstandard2.0;netstandard2.1;net6.0</TargetFrameworks >
5
5
</PropertyGroup >
6
6
7
- <!-- Workaround for .NET 6.0.x regression (see https://github.com/dotnet/linker/issues/2642) -->
8
- <PropertyGroup >
9
- <NoWarn >AD0001</NoWarn >
10
- </PropertyGroup >
11
-
12
7
<PropertyGroup >
13
8
<Title >.NET Community Toolkit - MVVM</Title >
14
9
<Description >
41
36
42
37
<!-- Enable trimming support on .NET 6 -->
43
38
<PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
44
- <EnableTrimAnalyzer >true</EnableTrimAnalyzer >
45
39
<IsTrimmable >true</IsTrimmable >
40
+
41
+ <!-- Workaround for .NET 6.0.x regression (see https://github.com/dotnet/linker/issues/2642), enable again when fixed in SDK -->
42
+ <EnableTrimAnalyzer >false</EnableTrimAnalyzer >
46
43
</PropertyGroup >
47
44
48
45
<!-- Source generator project reference for packing -->
You can’t perform that action at this time.
0 commit comments