Start a MVC project

This commit is contained in:
Tracy Pearson
2020-10-16 22:55:16 -04:00
parent 4ecddf9806
commit 09a3f1012c
52 changed files with 40122 additions and 0 deletions

7
WebMVC/WebMVC.csproj Normal file
View File

@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>