-
Notifications
You must be signed in to change notification settings - Fork 0
/
CommunitySocial.API.csproj
18 lines (18 loc) · 1.08 KB
/
CommunitySocial.API.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0"/>
<PackageReference Include="CloudinaryDotNet" Version="1.10.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.3"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.3"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.3"/>
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.5.1"/>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.5.1"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.3"/>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3"/>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.1"/>
</ItemGroup>
</Project>