3 references to FrameworkReferencesKey
NuGet.ProjectModel (3)
LockFile\LockFileTargetLibrary.cs (3)
89
get => GetListProperty<string>(
FrameworkReferencesKey
);
90
set => SetListProperty(
FrameworkReferencesKey
, value);
179
&& IsListOrderedEqual<string>(
FrameworkReferencesKey
, static o => o, sequenceComparer: StringComparer.OrdinalIgnoreCase)