# Ensure we have the version specific Umbraco templates
dotnet new install Umbraco.Templates::13.1.1 --force
# Create solution/project
dotnet new sln --name "MySolution"
dotnet new umbraco --force -n "MyProject" --friendly-name "Administrator" --email "admin@example.com" --password "1234567890" --development-database-type SQLite
dotnet sln add "MyProject"
#Add Packages
dotnet add "MyProject" package MediaProtect --version 13.1.0
dotnet run --project "MyProject"
#Running
-
Notifications
You must be signed in to change notification settings - Fork 0
konius/media-protect-issue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published