-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
Bundle command should work with different versions #19602
Comments
Here is the case: ABP CLI version is |
This is a wider problem, maybe we can install local tool in the directory with the same version with project instead using global in project folders |
How can I reproduce this? |
Each project can use their own version CLI different than global cli version |
Developers should use the same CLI version as the project package version, at least the same NET platform version. (net 7, net 8) Of course, they can install CLI at the folder level. https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-install#description |
Should we include |
We can output a warning message for the Include |
Yes, |
We will separate framework and cli versions soon. So, version matching in bundle command will be a problem.
@maliming You can ask me and @enisn for more information.
The text was updated successfully, but these errors were encountered: