1 write to Framework
NuGet.Commands (1)
RestoreCommand\CompatibilityIssue.cs (1)
38
Framework
= framework;
7 references to Framework
NuGet.Commands (7)
RestoreCommand\CompatibilityIssue.cs (7)
132
return string.Format(CultureInfo.CurrentCulture, Strings.Log_MissingImplementationFx, Package.Id, Package.Version, AssemblyName,
Framework
);
134
return string.Format(CultureInfo.CurrentCulture, Strings.Log_MissingImplementationFxRuntime, Package.Id, Package.Version, AssemblyName,
Framework
, RuntimeIdentifier);
142
FormatFramework(
Framework
, RuntimeIdentifier));
161
FormatFramework(
Framework
, RuntimeIdentifier));
189
FormatFramework(
Framework
, RuntimeIdentifier));
284
Equals(
Framework
, other.
Framework
) &&