Skip to content

Commit

Permalink
chore(.NET): transitively depend on deps
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony committed Jul 1, 2024
1 parent d5092aa commit 935e3dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
7 changes: 0 additions & 7 deletions DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.303.14"/>
<PackageReference Include="AWSSDK.Core" Version="3.7.304.7"/>
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<ProjectReference Include="../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj"/>
<!--
System.Collections.Immutable can be removed once dafny.msbuild is updated with
https://github.com/dafny-lang/dafny.msbuild/pull/10 and versioned
-->
<PackageReference Include="System.Collections.Immutable" Version="1.7.0"/>
<!-- Work around for dafny-lang/dafny/issues/1951; remove once resolved -->
<PackageReference Include="System.ValueTuple" Version="4.5.0"/>

<Compile Include="Extern/**/*.cs"/>
<Compile Include="Generated/**/*.cs"/>
<Compile Include="src/**/*.cs"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,7 @@
<OutputType>Exe</OutputType>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>

<ItemGroup>
<!--
System.Collections.Immutable can be removed once dafny.msbuild is updated with
https://github.com/dafny-lang/dafny.msbuild/pull/10 and versioned
-->
<PackageReference Include="System.Collections.Immutable" Version="1.7.0" />
<!-- Work around for dafny-lang/dafny/issues/1951; remove once resolved -->
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>


<ItemGroup>
<ProjectReference Include="../DynamoDbEncryption.csproj" />
<Compile Include="TestsFromDafny.cs" />
Expand Down

0 comments on commit 935e3dc

Please sign in to comment.