-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConveyApi.csproj
21 lines (18 loc) · 1003 Bytes
/
ConveyApi.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AWSProjectType>Lambda</AWSProjectType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.3.101.84" />
<PackageReference Include="Convey.CQRS.Commands" Version="0.3.100" />
<PackageReference Include="Convey.CQRS.Queries" Version="0.3.100" />
<PackageReference Include="Convey.WebApi" Version="0.3.100" />
<PackageReference Include="Convey.WebApi.CQRS" Version="0.3.100" />
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="4.0.0" />
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0" />
</ItemGroup>
</Project>