Exemplo n.º 1
0
 public Runner(ISemanticVersioning versioning, INuGet nuget, NuGetConfiguration config, IReporter reporter)
 {
     _versioning = versioning;
     _nuget = nuget;
     _config = config;
     _reporter = reporter;
 }
Exemplo n.º 2
0
 public NuGet(NuGetConfiguration config)
 {
     _config = config;
 }