Created
August 9, 2019 02:03
-
-
Save dcomartin/8a12b8a7092a522b0c9fe53c6c22baad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project Sdk="Microsoft.NET.Sdk.Web"> | |
<PropertyGroup> | |
<TargetFramework>netcoreapp2.2</TargetFramework> | |
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="Microsoft.AspNetCore.App" /> | |
<PackageReference Include="AWSSDK.Core" Version="3.3.103.23" /> | |
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.3.100.1" /> | |
<PackageReference Include="AWSSDK.CloudWatch" Version="3.3.102.14" /> | |
</ItemGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment