-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDoctorSystem.csproj
More file actions
23 lines (20 loc) · 1.22 KB
/
DoctorSystem.csproj
File metadata and controls
23 lines (20 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-DoctorSystem-4CC41C54-E49D-442C-990F-0D0DF4A19A92</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Communication.Email" Version="1.0.0-beta.1" />
<PackageReference Include="HtmlSanitizer" Version="8.0.601" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.10" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.10" />
</ItemGroup>
</Project>