We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f161b commit c209a43Copy full SHA for c209a43
1 file changed
src/NuGet.Core/NuGet.DependencyResolver.Core/NuGet.DependencyResolver.Core.csproj
@@ -8,6 +8,7 @@
8
<RootNamespace>NuGet.DependencyResolver</RootNamespace>
9
<IncludeInVSIX>true</IncludeInVSIX>
10
<XPLATProject>true</XPLATProject>
11
+ <IsAotCompatible>true</IsAotCompatible>
12
<Description>NuGet's PackageReference dependency resolver implementation.</Description>
13
</PropertyGroup>
14
0 commit comments