<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp3.1</TargetFramework>
    <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
    <Title>AWSSamples.Jsii.Native</Title>
    <Description>Code samples that accompany the AWS blog post on jsii</Description>
    <PackageIconUrl>https://raw.githubusercontent.com/aws/jsii/master/logo/png/128x128.png</PackageIconUrl>
    <PackageProjectUrl>https://github.com/aws-samples/jsii-native-dotnet</PackageProjectUrl>
    <PackageLicenseExpression>MIT</PackageLicenseExpression>
    <RepositoryUrl>https://github.com/aws-samples/jsii-native-dotnet</RepositoryUrl>
    <RepositoryType>git</RepositoryType>
    <PackageTags>jsii</PackageTags>
    <PackageVersion>1.5.0</PackageVersion>
  </PropertyGroup>

</Project>