Skip to content

Commit 125d689

Browse files
committed
Updates to v4 projects.
1 parent a731112 commit 125d689

11 files changed

Lines changed: 997 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net6.0</TargetFramework>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.105.2" />
12+
</ItemGroup>
13+
14+
</Project>

0 commit comments

Comments
 (0)