-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebAPI.csproj
More file actions
16 lines (16 loc) · 901 Bytes
/
Copy pathWebAPI.csproj
File metadata and controls
16 lines (16 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>94a89895-1764-452c-8cb1-b97b64c94dc8</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CloudinaryDotNet" Version="1.15.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.8" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.8" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.8" />
</ItemGroup>
</Project>