Skip to content

Installing Umbraco 13 with TheStarterkit installs starterkit for v16 #68

@bjarnef

Description

@bjarnef

Selecting to install Umbraco 13 with TheStarterkit installs v16 of TheStarterkit:

dotnet new install Umbraco.Templates::13.0.0 --force && dotnet new sln --name "Umbraco" && dotnet new umbraco --force -n "UmbracoProject"  --friendly-name "Administrator" --email "admin@example.com" --password "1234567890" --development-database-type SQLite && dotnet sln add "UmbracoProject" && dotnet add "UmbracoProject" package Umbraco.TheStarterKit && dotnet run --project "UmbracoProject"

The following is added to project file:

<PackageReference Include="Umbraco.Cms" Version="13.0.0" />
<PackageReference Include="Umbraco.TheStarterKit" Version="16.0.0" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions