I\'m having issues with NuGet prerelease packages and was wondering what others had done in this situation. NuGet functionality seems completely different, and frankly, stra
If you use PackageReference elements inside of the new csproj file format, you can now using floating versions.
For builds from Visual Studio, you'll need to explicitly rebuild to pickup the changes. For non-Visual Studio builds, you'll need to -force updates as noted in an issue discussing open versions and updates.