Skip to content

Commit 9c73845

Browse files
chore: change the dependency from the ESDK to the MPL to a relative path ProjectReference (#656)
1 parent 03b7909 commit 9c73845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AwsEncryptionSDK/runtimes/net/ESDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageReference Include="AWSSDK.Core" Version="3.7.300.2" />
3434
<PackageReference Include="DafnyRuntime" Version="4.2.0" />
3535
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
36-
<PackageReference Include="AWS.Cryptography.MaterialProviders" Version="1.3.0" />
36+
<ProjectReference Include="../../../mpl/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj" />
3737
<!--
3838
System.Collections.Immutable can be removed once dafny.msbuild is updated with
3939
https://github.com/dafny-lang/dafny.msbuild/pull/10 and versioned

0 commit comments

Comments
 (0)