lib9c
lib9c copied to clipboard
`Nuget` package not in sync with `Libplanet`
How to reproduce:
- 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
- Execute
dotnet build - 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 ]