File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
DynamoDbEncryption/runtimes/net Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,15 @@ jobs:
83
83
# This works because `node` is installed by default on GHA runners
84
84
CORES=$(node -e 'console.log(os.cpus().length)')
85
85
make transpile_net CORES=$CORES
86
+
86
87
- name : Test ${{ matrix.library }} net6.0
87
88
working-directory : ./${{ matrix.library }}
88
89
shell : bash
89
90
run : |
90
91
if [ "$RUNNER_OS" == "macOS" ]; then
91
92
make test_net_mac_intel
92
93
else
93
- make test_net
94
+ make test_net FRAMEWORK=net6.0
94
95
fi
95
96
96
97
- name : Test ${{ matrix.library }} net48
Original file line number Diff line number Diff line change 34
34
<ItemGroup >
35
35
<PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.7.300.2" />
36
36
<PackageReference Include =" AWSSDK.Core" Version =" 3.7.300.2" />
37
+ <PackageReference Include =" DafnyRuntime" Version =" 4.2.0" />
37
38
<ProjectReference Include =" ../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj" />
38
39
<!--
39
40
System.Collections.Immutable can be removed once dafny.msbuild is updated with
You can’t perform that action at this time.
0 commit comments