Skip to content

Commit 36a440b

Browse files
committed
Updating Orchard Core version to 2.2.0
1 parent 0c08d3a commit 36a440b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OrchardCore/Initialize-OrchardCoreSolution/Initialize-OrchardCoreSolution.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ function Initialize-OrchardCoreSolution
3535

3636
if ([string]::IsNullOrEmpty($NuGetSource))
3737
{
38-
dotnet new install OrchardCore.ProjectTemplates::2.1.7
38+
dotnet new install OrchardCore.ProjectTemplates::2.2.0
3939
}
4040
else
4141
{
42-
dotnet new install OrchardCore.ProjectTemplates::2.1.7 --nuget-source $NuGetSource
42+
dotnet new install OrchardCore.ProjectTemplates::2.2.0 --nuget-source $NuGetSource
4343
}
4444

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

0 commit comments

Comments
 (0)