You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue specific to the previous project format that relied on packages.config. The csproj format was changed in 2017, and uses different package resolution rules. The new resolution rules allow for stable packages that have pre-release dependencies, while the older format will not install any pre-release dependencies unless the package is also marked as pre-release.
All .NET projects use the new format, and .NET Framework projects may be upgraded to the newer format.
Please reply to this issue if you encounter this problem with your projects.
Both base and full distribution package versions 1.1.0 will not install on .NET Framework.
This is a known issue and is being investigated.
Error seen in package manager console:
The text was updated successfully, but these errors were encountered: