Neo N3 RC3 - Release 2.0.37-preview
Pre-release
Pre-release
github-actions
released this
06 Jun 19:05
·
296 commits
to master
since this release
This release updates Neo Express for Neo N3 RC3. The following changes were made since the last release:
Changes
- update to latest Neo.BlockchainToolkit3 package [f816bd7]
Note, as of Neo 3 preview 5, the Neo 3 project has updated to use .NET 5.0. As such, this version of neo-express requires .NET 5.0. Neo 2 compatible versions of neo-express will continue to use .NET Core 3.1.
This release of Neo Express directly from NuGet.org by executing the following command at a terminal prompt. Note, the --version
option is required since this is a preview release
> dotnet tool install -g Neo.Express --version 2.0.37-preview
Note, you can install any pre-release of Neo Express directly from the build server NuGet feed by executing the following command at a terminal prompt.
> dotnet tool install -g Neo.Express --add-source https://pkgs.dev.azure.com/ngdenterprise/Build/_packaging/public/nuget/v3/index.json --version <insert desired version here>