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