|
|
|
@ -90,7 +90,7 @@ namespace Volo.Abp.Cli.ProjectBuilding |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
var nugetVersion = await GetTemplateNugetVersionAsync(name, type, version); |
|
|
|
var nugetVersion = (await GetTemplateNugetVersionAsync(name, type, version)) ?? version; |
|
|
|
|
|
|
|
if (!string.IsNullOrWhiteSpace(templateSource) && !IsNetworkSource(templateSource)) |
|
|
|
{ |
|
|
|
@ -332,4 +332,4 @@ namespace Volo.Abp.Cli.ProjectBuilding |
|
|
|
public DateTime PublishTime { get; set; } |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|