-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBase2.Lambdas.csproj
More file actions
19 lines (19 loc) · 885 Bytes
/
Base2.Lambdas.csproj
File metadata and controls
19 lines (19 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Nikola Tosic</Authors>
<TargetFramework>netcoreapp2.1</TargetFramework>
<NetStandardImplicitPackageVersion>1.1.0</NetStandardImplicitPackageVersion>
<AssemblyName>Base2.Lambdas</AssemblyName>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Amazon.Lambda.Core" Version="1.0.0" />
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.1.0" />
<PackageReference Include="AWSSDK.Core" Version="3.3.14.1" />
<PackageReference Include="AWSSDK.EC2" Version="3.3.13.6" />
<PackageReference Include="AWSSDK.S3" Version="3.3.7" />
<PackageReference Include="AWSSDK.AutoScaling" Version="3.3.0.19" />
<PackageReference Include="AWSSDK.Lambda" Version="3.3.6.2" />
</ItemGroup>
</Project>