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