Skip to content

Commit

Permalink
update local makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Aug 15, 2024
1 parent bff046c commit 22973de
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<PackageReference Include="DafnyRuntime" Version="[4.2.0,$(DafnyVersion)]" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
<ProjectReference Include="../../../AwsCryptographyPrimitives/runtimes/net/Crypto.csproj" />
<ProjectReference Include="../../../ComAmazonawsDynamodb/runtimes/net/ComAmazonawsDynamodb.csproj" />
Expand Down
1 change: 1 addition & 0 deletions AwsCryptographyPrimitives/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ MAX_RESOURCE_COUNT=10000000

STD_LIBRARY=StandardLibrary
SMITHY_DEPS=model

2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/runtimes/net/Crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.7.304.2" />
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<PackageReference Include="DafnyRuntime" Version="[4.2.0,$(DafnyVersion)]" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
<ProjectReference Include="../../../StandardLibrary/runtimes/net/STD.csproj" />

Expand Down
1 change: 1 addition & 0 deletions ComAmazonawsDynamodb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ MAX_RESOURCE_COUNT=10000000
AWS_SDK_CMD := --aws-sdk
STD_LIBRARY=StandardLibrary
SMITHY_DEPS=model

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@


<ItemGroup>
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<PackageReference Include="DafnyRuntime" Version="[4.2.0,$(DafnyVersion)]" />
<PackageReference Include="AWSSDK.Core" Version="3.7.304.16" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.300.2" />
<ProjectReference Include="../../../StandardLibrary/runtimes/net/STD.csproj" />
Expand Down
1 change: 1 addition & 0 deletions ComAmazonawsKms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ MAX_RESOURCE_COUNT=10000000
AWS_SDK_CMD := --aws-sdk
STD_LIBRARY=StandardLibrary
SMITHY_DEPS=model

2 changes: 1 addition & 1 deletion ComAmazonawsKms/runtimes/net/AWS-KMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@


<ItemGroup>
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<PackageReference Include="DafnyRuntime" Version="[4.2.0,$(DafnyVersion)]" />
<PackageReference Include="AWSSDK.Core" Version="3.7.304.16" />
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.304" />
<ProjectReference Include="../../../StandardLibrary/runtimes/net/STD.csproj" />
Expand Down
6 changes: 6 additions & 0 deletions SharedMakefileV2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ GRADLEW := ./runtimes/java/gradlew

include $(SMITHY_DAFNY_ROOT)/SmithyDafnyMakefile.mk

transpile_implementation_net: DAFNY_OPTIONS=-legacyModuleNames:1
transpile_test_net: DAFNY_OPTIONS=-legacyModuleNames:1

transpile_implementation_java: DAFNY_OPTIONS=-legacyDataConstructors:1 \ -legacyModuleNames:1
transpile_test_java: DAFNY_OPTIONS=-legacyDataConstructors:1 \ -legacyModuleNames:1

1 change: 1 addition & 0 deletions StandardLibrary/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ LIBRARIES :=
transpile_implementation: STD_LIBRARY=
transpile_test: STD_LIBRARY=
transpile_dependencies: STD_LIBRARY=

2 changes: 1 addition & 1 deletion StandardLibrary/runtimes/net/STD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<PackageReference Include="DafnyRuntime" Version="[4.2.0,$(DafnyVersion)]" />
<!--
System.Collections.Immutable can be removed once dafny.msbuild is updated with
https://github.com/dafny-lang/dafny.msbuild/pull/10 and versioned
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


<ItemGroup>
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<PackageReference Include="DafnyRuntime" Version="[4.2.0,$(DafnyVersion)]" />
<!--
System.Collections.Immutable can be removed once dafny.msbuild is updated with
https://github.com/dafny-lang/dafny.msbuild/pull/10 and versioned
Expand Down

0 comments on commit 22973de

Please sign in to comment.