lib9c icon indicating copy to clipboard operation
lib9c copied to clipboard

`Nuget` package not in sync with `Libplanet`

Open area363 opened this issue 3 years ago • 0 comments

How to reproduce:

  1. Add a Lib9c Package Reference in the csproj file ex)
   <ItemGroup>
      <PackageReference Include="Lib9c" Version="1.0.0-dev.7ecd3a8f69b73a0e56339efdbe03fe56d608bcce" />
    </ItemGroup>
  • published lib9c commit: https://github.com/planetarium/lib9c/commit/7ecd3a8f69b73a0e56339efdbe03fe56d608bcce
  • nuget url: https://www.nuget.org/packages/Lib9c/1.0.0-dev.7ecd3a8f69b73a0e56339efdbe03fe56d608bcce
  1. Execute dotnet build
  2. Outcome:
error NU1102: Unable to find package Libplanet.Net with version (>= 1.0.0-dev.7ecd3a8f69b73a0e56339efdbe03fe56d608bcce)
error NU1102:   - Found 557 version(s) in nuget.org [ Nearest version: 0.44.0-nightly.20221026 ]

area363 avatar Oct 27 '22 08:10 area363