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
paket does not read nuget constraints before parsing SemVer
<ItemGroup> <PackageReference Include="MyPackage" Version="[1.0.0]" /> </ItemGroup>
dotnet restore
paket convert-form-nuget --force
Paket failed with -> Can't parse "[1.0.0]". System.ArgumentException: SemVer.Parse
Read nuget constraints syntax
Crash on convert
None
The text was updated successfully, but these errors were encountered:
833b36c
Awesome thx
Sorry, something went wrong.
No branches or pull requests
Description
paket does not read nuget constraints before parsing SemVer
Repro steps
dotnet restore
paket convert-form-nuget --force
bang
Expected behavior
Read nuget constraints syntax
Actual behavior
Crash on convert
Known workarounds
None
The text was updated successfully, but these errors were encountered: