Replies: 1 comment
-
|
Yes, since |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bumping Avalonia in my
Directory.Packages.propsfrom 11.3.13 to 11.3.14 leaded to a build failure.This was as I tied the version of
Avalonia.Controls.DataGridto the version ofAvalonia. As there is no "11.3.14" version (also no "12.0.1" btw) of the DataGrid package, so nuget picked 12.0.0 instead of 11.3.14 and caused a package downgrade error.This was simple to fix by versioning the DataGrid package independently from Avalonia version, but I am wondering now, how the DataGrid nuget package is created and if it is done manually and not as part of the Avalonia base package?!
Directory.Packages.props (which leaded to the error):
Fixed Directory.Packages.props:
Beta Was this translation helpful? Give feedback.
All reactions