2 references to AllowExplicitVersion
Microsoft.NET.Build.Tasks (2)
ApplyImplicitVersions.cs (1)
52
else if (!(packageReference.GetBooleanMetadata(MetadataKeys.
AllowExplicitVersion
) ?? false))
CheckForImplicitPackageReferenceOverrides.cs (1)
48
item.SetMetadata(MetadataKeys.
AllowExplicitVersion
, "true");