10 references to Strings
NuGet.Frameworks (10)
FrameworkNameProvider.cs (1)
513Strings.InvalidPortableFrameworksDueToHyphen,
FrameworkRange.cs (1)
30throw new FrameworkException(Strings.FrameworkMismatch);
NuGetFramework.cs (2)
219Strings.InvalidFrameworkIdentifier, 254Strings.MissingPortableFrameworks,
NuGetFrameworkFactory.cs (5)
75if (string.IsNullOrEmpty(targetFrameworkMoniker)) throw new ArgumentException(Strings.ArgumentCannotBeNullOrEmpty, nameof(targetFrameworkMoniker)); 119Strings.FrameworkDoesNotSupportProfiles, 198Strings.InvalidFrameworkVersion, 215Strings.InvalidPortableFrameworksDueToHyphen, 238Strings.InvalidPlatformVersion,
Strings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NuGet.Frameworks.Strings", typeof(Strings).Assembly);