-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdotnetdevs.csproj
More file actions
39 lines (34 loc) · 1.7 KB
/
dotnetdevs.csproj
File metadata and controls
39 lines (34 loc) · 1.7 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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-dotnetdevs-74c71d25-9c15-4cca-af14-5002bcce381a</UserSecretsId>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
<PackageReference Include="DotNetEnv" Version="2.3.0" />
<PackageReference Include="Imagekit" Version="4.0.0" />
<PackageReference Include="MailKit" Version="3.4.3" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.10" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.2" />
<PackageReference Include="Stripe.net" Version="41.2.0" />
<PackageReference Include="Westwind.AspNetCore.Markdown" Version="3.10.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Data\Migrations\" />
<Folder Include="Migrations\" />
<Folder Include="Views\Subscriptions\" />
<Folder Include="wwwroot\js\" />
<Folder Include="wwwroot\lib\" />
<Folder Include="wwwroot\posts\" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>