Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
update dependency: Neo v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Jun 19, 2018
1 parent b714a69 commit a186243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions neo-gui/neo-gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
<Reference Include="Microsoft.Net.Http.Headers, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Net.Http.Headers.2.0.2\lib\netstandard2.0\Microsoft.Net.Http.Headers.dll</HintPath>
</Reference>
<Reference Include="Neo, Version=2.7.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Neo.2.7.4\lib\net47\Neo.dll</HintPath>
<Reference Include="Neo, Version=2.7.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Neo.2.7.6\lib\net47\Neo.dll</HintPath>
</Reference>
<Reference Include="Neo.VM, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Neo.VM.2.2.0\lib\net461\Neo.VM.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion neo-gui/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<package id="Microsoft.Extensions.Primitives" version="2.0.0" targetFramework="net47" />
<package id="Microsoft.Net.Http.Headers" version="2.0.2" targetFramework="net47" />
<package id="Microsoft.NETCore.Platforms" version="1.0.1" targetFramework="net47" />
<package id="Neo" version="2.7.4" targetFramework="net47" />
<package id="Neo" version="2.7.6" targetFramework="net47" />
<package id="Neo.VM" version="2.2.0" targetFramework="net47" />
<package id="Newtonsoft.Json" version="10.0.1" targetFramework="net47" />
<package id="Remotion.Linq" version="2.1.1" targetFramework="net47" />
Expand Down

0 comments on commit a186243

Please sign in to comment.