-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSmart-ELearning.csproj
45 lines (39 loc) · 2.17 KB
/
Smart-ELearning.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>aspnet-Smart_ELearning-793648FE-23B8-4505-AC06-BF6B485914D1</UserSecretsId>
<RootNamespace>Smart_ELearning</RootNamespace>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<None Update="app.db" CopyToOutputDirectory="PreserveNewest" ExcludeFromSingleFile="true" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Areas\User\Pages\Schedule\Index.cshtml" />
<_ContentIncludedByDefault Remove="Areas\User\Pages\Test\Index.cshtml" />
<_ContentIncludedByDefault Remove="Areas\User\Pages\User\Index.cshtml" />
<_ContentIncludedByDefault Remove="Areas\User\Pages\UserRoles\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<Folder Include="Areas\User\Data\" />
<Folder Include="Areas\User\Models\" />
<Folder Include="wwwroot\img\" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Areas\User\Pages\Schedule\Index.cshtml" />
</ItemGroup>
</Project>