Skip to content

Commit ee30d31

Browse files
committed
Add temporary workaround for AD0001 warning
1 parent 71ad82d commit ee30d31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CommunityToolkit.Mvvm/CommunityToolkit.Mvvm.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
55
</PropertyGroup>
66

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+
712
<PropertyGroup>
813
<Title>.NET Community Toolkit - MVVM</Title>
914
<Description>

0 commit comments

Comments
 (0)