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

Commit

Permalink
upgrade to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Zhang committed Sep 6, 2017
1 parent 29c94c8 commit bd037bf
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 @@ -165,8 +165,8 @@
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
</Reference>
<Reference Include="Neo, Version=2.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Neo.2.3.1\lib\net461\Neo.dll</HintPath>
<Reference Include="Neo, Version=2.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Neo.2.3.2\lib\net461\Neo.dll</HintPath>
</Reference>
<Reference Include="Neo.VM, Version=2.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Neo.VM.2.0.3\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 @@ -37,7 +37,7 @@
<package id="Microsoft.Net.Http.Headers" version="1.1.1" targetFramework="net461" />
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net461" />
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net461" />
<package id="Neo" version="2.3.1" targetFramework="net461" />
<package id="Neo" version="2.3.2" targetFramework="net461" />
<package id="Neo.VM" version="2.0.3" targetFramework="net461" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net461" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
Expand Down

0 comments on commit bd037bf

Please sign in to comment.