Last active
March 31, 2021 15:54
-
-
Save flarocca/235bc24f84ee6d05fabafd1dc31a4842 to your computer and use it in GitHub Desktop.
Create MVC Web App
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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