Skip to content

Commit

Permalink
Updating script to Orchard Core v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Oct 1, 2024
1 parent f868725 commit af99373
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ function Initialize-OrchardCoreSolution

if ([string]::IsNullOrEmpty($NuGetSource))
{
dotnet new install OrchardCore.ProjectTemplates::1.8.2
dotnet new install OrchardCore.ProjectTemplates::2.0.2
}
else
{
dotnet new install OrchardCore.ProjectTemplates::1.8.2 --nuget-source $NuGetSource
dotnet new install OrchardCore.ProjectTemplates::2.0.2 --nuget-source $NuGetSource
}

dotnet new occms -o "$Path/src/$Name.Web"
Expand Down

0 comments on commit af99373

Please sign in to comment.