Exemple #1
0
 public NuGetPackageTransformer(
     IProgressiveWebOperation progressiveWebOperation,
     IPackageCreator packageCreator,
     IGetRecursiveUtilitiesInPath getRecursiveUtilitiesInPath,
     INuGetPlatformMapping nuGetPlatformMapping)
 {
     _progressiveWebOperation     = progressiveWebOperation;
     _packageCreator              = packageCreator;
     _getRecursiveUtilitiesInPath = getRecursiveUtilitiesInPath;
     _nuGetPlatformMapping        = nuGetPlatformMapping;
 }
 public BinaryPackageResolve(
     SourcePackageResolve sourcePackageResolve,
     IProjectTemplateApplier projectTemplateApplier,
     IPackageGlobalTool packageGlobalTool,
     IPackageCacheConfiguration packageCacheConfiguration,
     IProgressiveWebOperation progressiveWebOperation,
     INuGetPlatformMapping nugetPlatformMapping)
 {
     _sourcePackageResolve      = sourcePackageResolve;
     _projectTemplateApplier    = projectTemplateApplier;
     _packageGlobalTool         = packageGlobalTool;
     _packageCacheConfiguration = packageCacheConfiguration;
     _progressiveWebOperation   = progressiveWebOperation;
     _nugetPlatformMapping      = nugetPlatformMapping;
 }