Neo N3 RC2 - Release 2.0.26-preview
Pre-release
Pre-release
github-actions
released this
04 May 21:25
·
306 commits
to master
since this release
This preview adds Neo N3 RC2 support for Neo Express.
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.
You can install this pre-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.26-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>