-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIdentityCoreCustomization.csproj
More file actions
49 lines (43 loc) · 2.18 KB
/
IdentityCoreCustomization.csproj
File metadata and controls
49 lines (43 loc) · 2.18 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<UserSecretsId>aspnet-IdentityCoreCustomization-4181714E-D8ED-48C3-BB18-F8FADA7C7FDD</UserSecretsId>
<CopyRefAssembliesToPublishDirectory>false</CopyRefAssembliesToPublishDirectory>
<NeutralLanguage>fa-IR</NeutralLanguage>
<SatelliteResourceLanguages>fa-IR</SatelliteResourceLanguages>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Areas\Admin\Data\**" />
<Content Remove="Areas\Admin\Data\**" />
<EmbeddedResource Remove="Areas\Admin\Data\**" />
<None Remove="Areas\Admin\Data\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CheckBoxList.Core.BS5" Version="2.0.0" />
<PackageReference Include="MailKit" Version="4.15.1" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PARSGREEN.CORE" Version="3.7.0" />
<PackageReference Include="PwnedPasswords.Validator" Version="1.2.0" />
<PackageReference Include="QRCoder" Version="1.7.0" />
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Documents\Images\" />
<Folder Include="Migrations\" />
<Folder Include="Scripts\" />
</ItemGroup>
</Project>