-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFinalLaboIV.csproj
24 lines (20 loc) · 1.05 KB
/
FinalLaboIV.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>aspnet-FinalLaboIV-04A0B7DC-47DD-44D1-8DBA-F9194CB39EB3</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.28" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.28" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.28" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.30" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.30">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.5" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\images\products\" />
</ItemGroup>
</Project>