1
0

ASP.NET version start

This commit is contained in:
Michael Gordeev
2019-10-10 19:12:54 +03:00
parent def2b51164
commit 3ec8522eb5
56 changed files with 33139 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.9" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\fonts\" />
<Folder Include="wwwroot\images\Gallery\" />
</ItemGroup>
</Project>