8T4 / c4sharp

C4Sharp (C4S) is a .net library for building C4 Model diagrams.
MIT License
268 stars 38 forks source link

C4SCLI not compatible with .NET 5.0 or .NET 6.0 #44

Closed dylangendreau closed 8 months ago

dylangendreau commented 9 months ago

When trying to install the C4SCLI nuget package on any net5.0 or net6.0 project, error NU1202 happens.

NU1202 Package c4scli 2.1.166 is not compatible with net5.0 (.NETCoreApp,Version=v5.0). Package c4scli 2.1.166 supports:

  • net5.0 (.NETCoreApp,Version=v5.0) / any
  • net6.0 (.NETCoreApp,Version=v6.0) / any

This clearly states that it supports any version of net5.0 or net6.0, but every project I've tried to install it on so far, this error appears.

yanjustino commented 9 months ago

Hello,

We sincerely appreciate you taking the time to open an issue. Your contribution is very important to us and helps us to continuously improve our project. Please be informed that your issue is currently under review and will be addressed as soon as possible by our team. Stay tuned for updates, and feel free to add any additional information if necessary.

Best regards, Yan Justino

yanjustino commented 8 months ago

📦 Release

We released a new version 6.2.x 🚀 of C4Sharp. The release includes new improvements such as minor bug fixes to the write test log, code maintainability, and performance. You can read the full list of new enhancements and bug fixes below:

Commits on Dec 25, 2022

image