-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBitirmeProj.csproj
55 lines (48 loc) · 2.32 KB
/
BitirmeProj.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
46
47
48
49
50
51
52
53
54
55
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
<Folder Include="Javascripts\" />
<Folder Include="wwwroot\images\" />
<Folder Include="wwwroot\lib\bootstrap\" />
<Folder Include="wwwroot\lib\bootstrap\dist\js\" />
<Folder Include="wwwroot\lib\jquery-validation-unobtrusive\" />
<Folder Include="wwwroot\lib\jquery-validation\" />
<Folder Include="wwwroot\lib\jquery-validation\dist\" />
<Folder Include="wwwroot\lib\jquery\" />
<Folder Include="wwwroot\lib\jquery\dist\" />
<Folder Include="wwwroot\NewFolder1\" />
<Folder Include="wwwroot\NewFolder2\" />
<Folder Include="wwwroot\NewFolder3\" />
<Folder Include="wwwroot\NewFolder4\" />
<Folder Include="wwwroot\NewFolder\" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\js\jobDetails.js" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MailKit" Version="4.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.23" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.23" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.16" />
<PackageReference Include="MySql.Data" Version="8.3.0" />
<PackageReference Include="MySql.Data.EntityFramework" Version="8.3.0" />
<PackageReference Include="MySql.Data.EntityFrameworkCore" Version="8.0.22" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0" />
</ItemGroup>
</Project>