Innovenergy_trunk/csharp/Lib/S3Utils/S3Utils.csproj

21 lines
654 B
XML
Raw Permalink Normal View History

2023-09-14 12:33:45 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../InnovEnergy.Lib.props" />
<PropertyGroup>
<RootNamespace>InnovEnergy.Lib.S3Utils</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Utils/Utils.csproj" />
</ItemGroup>
<ItemGroup>
2023-10-16 09:27:19 +00:00
<PackageReference Include="AWSSDK.CognitoIdentityProvider" Version="3.7.203.6" />
2023-10-02 13:37:27 +00:00
<PackageReference Include="AWSSDK.IdentityManagement" Version="3.7.200.39" />
2023-09-14 12:33:45 +00:00
<PackageReference Include="AWSSDK.S3" Version="3.7.203.12" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>
</Project>