Skip to content

Commit

Permalink
Revert "Bump .NET SDK from 5.0 to 6.0"
Browse files Browse the repository at this point in the history
This reverts commit 81c37b3 since CI
was picking up test failures when running the move-prover test suite:

```
test prover unit[simplify]::functional/unused_schema.move ... FAILED
Error: cannot extract version from `/opt/dotnet/tools/boogie`
```

Closes: aptos-labs#9995
  • Loading branch information
modocache authored and bors-libra committed Dec 8, 2021
1 parent 4015c1f commit a14d37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ HELM_VERSION=3.2.4
VAULT_VERSION=1.5.0
Z3_VERSION=4.8.13
CVC5_VERSION=0.0.3
DOTNET_VERSION=6.0
DOTNET_VERSION=5.0
BOOGIE_VERSION=2.9.6
PYRE_CHECK_VERSION=0.0.59
NUMPY_VERSION=1.20.1
Expand Down

0 comments on commit a14d37f

Please sign in to comment.