File tree 2 files changed +1
-18
lines changed
DynamoDbEncryption/runtimes/net 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 57
57
</PropertyGroup >
58
58
59
59
<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)" />
63
60
<ProjectReference Include =" ../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj" />
64
61
<!--
65
62
System.Collections.Immutable can be removed once dafny.msbuild is updated with
66
63
https://github.com/dafny-lang/dafny.msbuild/pull/10 and versioned
67
64
-->
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
-
72
65
<Compile Include =" Extern/**/*.cs" />
73
66
<Compile Include =" Generated/**/*.cs" />
74
67
<Compile Include =" src/**/*.cs" />
Original file line number Diff line number Diff line change 9
9
<OutputType >Exe</OutputType >
10
10
<EnableDefaultCompileItems >false</EnableDefaultCompileItems >
11
11
</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
+
23
13
<ItemGroup >
24
14
<ProjectReference Include =" ../DynamoDbEncryption.csproj" />
25
15
<Compile Include =" TestsFromDafny.cs" />
You can’t perform that action at this time.
0 commit comments