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