-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwebapi.csproj
More file actions
17 lines (14 loc) · 871 Bytes
/
webapi.csproj
File metadata and controls
17 lines (14 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="6.0.0" />
<PackageReference Include="AWSSDK.SecretsManager" Version="3.7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="*" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="*" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
</Project>