Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 935e3dc

Browse files
committedJul 1, 2024··
chore(.NET): transitively depend on deps
1 parent d5092aa commit 935e3dc

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed
 

‎DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,11 @@
5757
</PropertyGroup>
5858

5959
<ItemGroup>
60-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.303.14"/>
61-
<PackageReference Include="AWSSDK.Core" Version="3.7.304.7"/>
62-
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
6360
<ProjectReference Include="../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj"/>
6461
<!--
6562
System.Collections.Immutable can be removed once dafny.msbuild is updated with
6663
https://github.com/dafny-lang/dafny.msbuild/pull/10 and versioned
6764
-->
68-
<PackageReference Include="System.Collections.Immutable" Version="1.7.0"/>
69-
<!-- Work around for dafny-lang/dafny/issues/1951; remove once resolved -->
70-
<PackageReference Include="System.ValueTuple" Version="4.5.0"/>
71-
7265
<Compile Include="Extern/**/*.cs"/>
7366
<Compile Include="Generated/**/*.cs"/>
7467
<Compile Include="src/**/*.cs"/>

‎DynamoDbEncryption/runtimes/net/tests/Test-DynamoDbEncryption.csproj

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,7 @@
99
<OutputType>Exe</OutputType>
1010
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
1111
</PropertyGroup>
12-
13-
<ItemGroup>
14-
<!--
15-
System.Collections.Immutable can be removed once dafny.msbuild is updated with
16-
https://github.com/dafny-lang/dafny.msbuild/pull/10 and versioned
17-
-->
18-
<PackageReference Include="System.Collections.Immutable" Version="1.7.0" />
19-
<!-- Work around for dafny-lang/dafny/issues/1951; remove once resolved -->
20-
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
21-
</ItemGroup>
22-
12+
2313
<ItemGroup>
2414
<ProjectReference Include="../DynamoDbEncryption.csproj" />
2515
<Compile Include="TestsFromDafny.cs" />

0 commit comments

Comments
 (0)
Please sign in to comment.