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 Nov 28, 2024
1 parent af99373 commit bfc57e5
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::2.0.2
dotnet new install OrchardCore.ProjectTemplates::2.1.2
}
else
{
dotnet new install OrchardCore.ProjectTemplates::2.0.2 --nuget-source $NuGetSource
dotnet new install OrchardCore.ProjectTemplates::2.1.2 --nuget-source $NuGetSource
}

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

0 comments on commit bfc57e5

Please sign in to comment.