<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Library</OutputType> <IsPackable>false</IsPackable> <TargetFramework>netcoreapp2.1</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" /> <PackageReference Include="Amazon.Lambda.TestUtilities" Version="2.0.0" /> <PackageReference Include="Amazon.Lambda.DynamoDBEvents" Version="2.1.1" /> <PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.102.10" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" /> <PackageReference Include="xunit" Version="2.3.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\src\BlueprintBaseName.1\BlueprintBaseName.1.fsproj" /> </ItemGroup> <ItemGroup> <Compile Include="FunctionTest.fs" /> </ItemGroup> </Project>