-
Notifications
You must be signed in to change notification settings - Fork 0
/
Log-In.csproj
24 lines (20 loc) · 917 Bytes
/
Log-In.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>net5.0</TargetFramework>
<RootNamespace>Log_In</RootNamespace>
</PropertyGroup>
<ItemGroup>
<None Include="wwwroot\css\bootstrap-italia.min.css.map" />
<None Include="wwwroot\js\site.js" />
<None Include="wwwroot\Media\Logo.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.14" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.14" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.14" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.14">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>