File tree Expand file tree Collapse file tree
aspire/templates/Nethereum.Aspire.TemplatePack/templates
Nethereum.DevChain.Template Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dotnet test IntegrationTests/
7777
7878| Parameter | Default | Description |
7979| -----------| ---------| -------------|
80- | ` --NethereumVersion ` | ` 6.0.2 ` | Nethereum NuGet package version |
80+ | ` --NethereumVersion ` | ` 6.0.4 ` | Nethereum NuGet package version |
8181| ` --ChainId ` | ` 31337 ` | Chain ID for the DevChain |
8282| ` --AspireVersion ` | ` 13.1.1 ` | .NET Aspire SDK version |
8383
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ With custom parameters:
3434
3535``` bash
3636dotnet new nethereum-devchain -n MyChain \
37- --NethereumVersion 6.0.0 \
37+ --NethereumVersion 6.0.4 \
3838 --ChainId 42069 \
3939 --AspireVersion 13.1.1
4040```
@@ -89,7 +89,7 @@ curl -X POST http://localhost:<port> \
8989
9090| Parameter | Default | Description |
9191| -----------| ---------| -------------|
92- | ` --NethereumVersion ` | ` 6.0.0 ` | Nethereum NuGet package version for all services |
92+ | ` --NethereumVersion ` | ` 6.0.4 ` | Nethereum NuGet package version for all services |
9393| ` --ChainId ` | ` 31337 ` | Chain ID for the DevChain node |
9494| ` --AspireVersion ` | ` 13.1.1 ` | .NET Aspire SDK and hosting package version |
9595
You can’t perform that action at this time.
0 commit comments