-
Notifications
You must be signed in to change notification settings - Fork 0
/
FerpaAnalisisApp.csproj
27 lines (23 loc) · 1.24 KB
/
FerpaAnalisisApp.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
25
26
27
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>aspnet-FerpaAnalisisApp-6399AB52-3B2D-4558-A1B4-8AC3A307CBA4</UserSecretsId>
<ApplicationIcon>wwwroot\favicon.ico</ApplicationIcon>
<ApplicationManifest>wwwroot\site.webmanifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.23" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.24" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.24">
<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="Areas\Settings\Controllers\" />
<Folder Include="Areas\Settings\Views\" />
</ItemGroup>
</Project>