Skip to content

Commit

Permalink
update NeoVersion + Neo.BlockchainToolkit3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Jun 1, 2021
1 parent d2d69bb commit 9661936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/neoxp/neoxp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Copyright>2015-2021 The Neo Project</Copyright>
<Description>neo-express is a Neo developer blockchain tool</Description>
<LangVersion>9</LangVersion>
<NeoVersion>3.0.0-rc2</NeoVersion>
<NeoVersion>3.0.0-rc3</NeoVersion>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
<PackageIcon>neo-logo-72.png</PackageIcon>
Expand Down Expand Up @@ -35,7 +35,7 @@
</PackageReference>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Neo.BlockchainToolkit3" Version="1.0.44-preview"/>
<PackageReference Include="Neo.BlockchainToolkit3" Version="1.0.45-preview"/>
<PackageReference Include="Neo.Consensus.DBFT" Version="$(NeoVersion)"/>
<PackageReference Include="Neo.Network.RPC.RpcClient" Version="$(NeoVersion)"/>
<PackageReference Include="Neo.Plugins.RpcServer" Version="$(NeoVersion)"/>
Expand Down

0 comments on commit 9661936

Please sign in to comment.