jeikabu / nng.NETCore

MIT License
40 stars 22 forks source link

NU5104 when depending on a "release" of nng.NET #105

Closed TYoungSL closed 2 years ago

TYoungSL commented 3 years ago

https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5104

A stable release of a package should not have a prerelease dependency.

Perhaps release a non-prerelease build? e.g. something without -rc0 (a label) on the end of the SemVer string.

jeikabu commented 2 years ago

Ah, yes... this... The main reason(s) I've been using this scheme:

  1. Package version matches NNG versions
  2. Can still make updates/fixes to nng.NETCore (for the same release of NNG)
  3. (To a lesser extent- for my own sanity) It matches nng_async/runng
jeikabu commented 2 years ago

You’ll have to build/package your own stable release until there’s another solution in .NET.