Skip to content

Commit

Permalink
PackageReference
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz committed Nov 17, 2023
1 parent ae051c0 commit 577e37d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<LangVersion>10</LangVersion>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net48</TargetFrameworks>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.300.2"/>
<PackageReference Include="AWSSDK.Core" Version="3.7.300.2"/>
<ProjectReference Include="../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj" />
<!--
<PackageReference Include="AWS.Cryptography.MaterialProviders" Version="1.0.0"/>
<!--
System.Collections.Immutable can be removed once dafny.msbuild is updated with
https://github.com/dafny-lang/dafny.msbuild/pull/10 and versioned
-->
Expand Down

0 comments on commit 577e37d

Please sign in to comment.