Skip to content

Commit

Permalink
Using new OC version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Jan 18, 2024
1 parent f89f573 commit 2f8a928
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.7.0
dotnet new install OrchardCore.ProjectTemplates::1.8.2
}
else
{
dotnet new install OrchardCore.ProjectTemplates::1.7.0 --nuget-source $NuGetSource
dotnet new install OrchardCore.ProjectTemplates::1.8.2 --nuget-source $NuGetSource
}

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

0 comments on commit 2f8a928

Please sign in to comment.