Using a NuGetReference for including a package with version 5.0.0.2+f7b1ea14a3f2e0c25852dfe0502c1f77af124e8e doesn’t seem to work with Oxygene so far. <NuGetReference Include="My.NuGet.Package:[5.0.0.2]" />
1> E: Package My.NuGet.Package matching version [5.0.0.2] was not found in any repositories.
Using NuGetReference including packages with versions without any build information by a “+” like a githash, everything works fine.
Is there a way for using NuGetReference with “githashed” version numbers?
There attached packages dont seem to be using “+” in their version, just the traditional “-” that should work fine eg “5.1.0-develop.1”. That said, I’d really need an example of an actual package that is published somewhere in the official nuget repo (or another public online repo) to properly implement and test this.