We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ad82d commit ee30d31Copy full SHA for ee30d31
CommunityToolkit.Mvvm/CommunityToolkit.Mvvm.csproj
@@ -4,6 +4,11 @@
4
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
5
</PropertyGroup>
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
<PropertyGroup>
13
<Title>.NET Community Toolkit - MVVM</Title>
14
<Description>
0 commit comments