Skip to content

Instantly share code, notes, and snippets.

@flarocca
Last active March 31, 2021 15:54
Show Gist options
  • Save flarocca/235bc24f84ee6d05fabafd1dc31a4842 to your computer and use it in GitHub Desktop.
Save flarocca/235bc24f84ee6d05fabafd1dc31a4842 to your computer and use it in GitHub Desktop.
Create MVC Web App
dotnet new sln -n AzureADB2C
dotnet new mvc -n AzureADB2C.MVC -o AzureADB2C.MVC
dotnet sln add .\AzureADB2C.MVC\AzureADB2C.MVC.csproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment