9 references to PackageType
Microsoft.DotNet.Build.Tasks.Packaging (1)
GenerateNuSpec.cs (1)
367
listOfPackageTypes.Add(new
PackageType
(packageTypeName, version));
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
612
listOfPackageTypes.Add(new
PackageType
(packageTypeName, version));
NuGet.Packaging (7)
Core\NuspecUtility.cs (1)
101
packageTypes.Add(new
PackageType
(name, version));
Core\PackageType.cs (6)
15
public static readonly PackageType Legacy = new
PackageType
("Legacy", version: EmptyVersion);
16
public static readonly PackageType DotnetCliTool = new
PackageType
("DotnetCliTool", version: EmptyVersion);
17
public static readonly PackageType Dependency = new
PackageType
("Dependency", version: EmptyVersion);
18
public static readonly PackageType DotnetTool = new
PackageType
("DotnetTool", version: EmptyVersion);
19
public static readonly PackageType SymbolsPackage = new
PackageType
("SymbolsPackage", version: EmptyVersion);
20
public static readonly PackageType DotnetPlatform = new
PackageType
("DotnetPlatform", version: EmptyVersion);