4 references to CompatibilityProfile
NuGet.Packaging (3)
RuntimeModel\CompatibilityProfile.cs (2)
18: this(name, Enumerable.Empty<FrameworkRuntimePair>()) 56return new CompatibilityProfile(Name, RestoreContexts.ToList());
RuntimeModel\JsonRuntimeFormat.cs (1)
176return new CompatibilityProfile(name, sets);
NuGet.ProjectModel (1)
JsonPackageSpecReader.Utf8JsonStreamReader.cs (1)
563return new CompatibilityProfile(profileName, sets ?? Enumerable.Empty<FrameworkRuntimePair>());