We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If converted project contains floating package versions in package references like this:
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.*" />
these references are just get transferred to Directory.Packages.props and result in the following error:
error NU1011: Centrally defined floating package versions are not allowed.
The text was updated successfully, but these errors were encountered:
My last PR #26: changed versioning to NuGet.Versioning.NuGetVersion, will not parse floating versions.
Sorry, something went wrong.
No branches or pull requests
If converted project contains floating package versions in package references like this:
these references are just get transferred to Directory.Packages.props and result in the following error:
The text was updated successfully, but these errors were encountered: