2 implementations of V3ServiceIndexUrl
NuGet.Packaging (2)
Signing\Signatures\RepositoryCountersignature.cs (1)
18public Uri V3ServiceIndexUrl { get; }
Signing\Signatures\RepositoryPrimarySignature.cs (1)
16public Uri V3ServiceIndexUrl { get; }
1 reference to V3ServiceIndexUrl
NuGet.Commands (1)
TrustedSignersCommand\TrustedSignerActionsProvider.cs (1)
128v3ServiceIndex = repositorySignature.V3ServiceIndexUrl.AbsoluteUri;