You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenApi generation fails at the moment of installing the necessary dependencies, in particular when trying to install the package Microsoft.CSharp:
Unable to install Microsoft.CSharp version 4.5.0
This happens because my project already contains a dependency which depends on a higher version. In particular:
The OpenApi generation fails at the moment of installing the necessary dependencies, in particular when trying to install the package
Microsoft.CSharp
:This happens because my project already contains a dependency which depends on a higher version. In particular:
depends on:
I wonder if it would be possible not trying to install a package if it already exists with a higher version.
The text was updated successfully, but these errors were encountered: