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