Skip to content

Instantly share code, notes, and snippets.

@sfmskywalker
Last active July 29, 2018 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfmskywalker/54b79fe71d700e06c3349e0bc5942746 to your computer and use it in GitHub Desktop.
Save sfmskywalker/54b79fe71d700e06c3349e0bc5942746 to your computer and use it in GitHub Desktop.
Create new ASP.NET Core Orchard Core Project
dotnet new web --name "AngularWidgetsDemo"
cd "AngularWidgetsDemo"
dotnet add package "OrchardCore.Application.Cms.Targets" --version 1.0.0-beta2-*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment