Skip to content

Commit 6359b53

Browse files
committed
m
1 parent eee93c4 commit 6359b53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci_test_net.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,15 @@ jobs:
8383
# This works because `node` is installed by default on GHA runners
8484
CORES=$(node -e 'console.log(os.cpus().length)')
8585
make transpile_net CORES=$CORES
86+
8687
- name: Test ${{ matrix.library }} net6.0
8788
working-directory: ./${{ matrix.library }}
8889
shell: bash
8990
run: |
9091
if [ "$RUNNER_OS" == "macOS" ]; then
9192
make test_net_mac_intel
9293
else
93-
make test_net
94+
make test_net FRAMEWORK=net6.0
9495
fi
9596
9697
- name: Test ${{ matrix.library }} net48

DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<ItemGroup>
3535
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.300.2"/>
3636
<PackageReference Include="AWSSDK.Core" Version="3.7.300.2"/>
37+
<PackageReference Include="DafnyRuntime" Version="4.2.0" />
3738
<ProjectReference Include="../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj"/>
3839
<!--
3940
System.Collections.Immutable can be removed once dafny.msbuild is updated with

0 commit comments

Comments
 (0)