You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NuGet.Core/NuGet.CommandLine.XPlat/NuGet.CommandLine.XPlat.csproj
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
<Shipping>true</Shipping>
8
8
<PackProject>true</PackProject>
9
9
<XPLATProject>true</XPLATProject>
10
+
<IsAotCompatible>false</IsAotCompatible>
10
11
<UseMSBuildLocatorCondition=" '$(UseMSBuildLocator)' == '' And '$(Configuration)' == 'Debug' and '$(CI)' != 'true' ">true</UseMSBuildLocator>
11
12
<!-- Microsoft.Extensions.CommandLineUtils.Sources causes nullability warnings, so we have to disable it for the project and enable in each file until we can remove the package -->
Copy file name to clipboardExpand all lines: src/NuGet.Core/NuGet.ProjectModel/NuGet.ProjectModel.csproj
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
<Shipping>true</Shipping>
8
8
<IncludeInVSIX>true</IncludeInVSIX>
9
9
<XPLATProject>true</XPLATProject>
10
+
<IsAotCompatible>false</IsAotCompatible>
10
11
<Description>NuGet's core types and interfaces for PackageReference-based restore, such as lock files, assets file and internal restore models.</Description>
0 commit comments