kuiperzone / AvantGarde

Avalonia XAML Preview for Linux and Windows
GNU General Public License v3.0
219 stars 10 forks source link

Added support for Central Package Management #23

Closed Dryadxon closed 1 year ago

Dryadxon commented 1 year ago

These changes allow the application to support the Central Package Management feature introduced with NuGet 6.2 / .NET SDK 6.0.300. I didn't add checks for the validity of either the csproj or Directory.Packages.props, I assume they are both valid since, to allow this application to work correctly, the opened project / solution needs to be built successfully. Besides, I think it isn't this project responsibility to validate the format of these files, but the MSBuild one.

kuiperzone commented 1 year ago

Done. Thanks again.

Dryadxon commented 1 year ago

Thanks to you for this fantastic software, I am glad to be able to contribute, even if just a little 😅