Skip to content

Commit

Permalink
WIP4 add version
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Mar 29, 2024
1 parent 4b54df9 commit 9bd7784
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
run: |
dotnet new classlib -n Nethereum --framework netstandard2.0
cd Nethereum
dotnet add package Nethereum.ABI
dotnet add package Nethereum.Accounts
dotnet add package Nethereum.Contracts
dotnet add package Nethereum.Hex
dotnet add package Nethereum.KeyStore
dotnet add package Nethereum.RLP
dotnet add package Nethereum.RPC
dotnet add package Nethereum.Signer
dotnet add package Nethereum.StandardTokenEIP20
dotnet add package Nethereum.Util
dotnet add package Nethereum.Web3
dotnet add package --version 4.20.0 Nethereum.ABI
dotnet add package --version 4.20.0 Nethereum.Accounts
dotnet add package --version 4.20.0 Nethereum.Contracts
dotnet add package --version 4.20.0 Nethereum.Hex
dotnet add package --version 4.20.0 Nethereum.KeyStore
dotnet add package --version 4.20.0 Nethereum.RLP
dotnet add package --version 4.20.0 Nethereum.RPC
dotnet add package --version 4.20.0 Nethereum.Signer
dotnet add package --version 4.20.0 Nethereum.StandardTokenEIP20
dotnet add package --version 4.20.0 Nethereum.Util
dotnet add package --version 4.20.0 Nethereum.Web3
rm Class1.cs
- name: Pack
Expand Down

0 comments on commit 9bd7784

Please sign in to comment.