0
ahmetbilgic created
Merhaba. ABP CLI 8.0.1 kurdum. çalıştırdığımda, otomatik olarak ABP CLI 8.2.1 i kuruyor. Ben 8.0.1 de çalışmak istiyorum, çünkü projem 8.0.1'de. Bu yüzden entity oluşturamıyorum. Yardımcı olabilir misiniz?
1 Answer(s)
-
0
Hi,
please uninstall your Abp cli by using command
dotnet tool uninstall -g volo.abp.cli
Delete abp folder after running uninstall command (C:\Users\MyName.abp)
and again run the command to install abp cli
dotnet tool install -g volo.abp.cli --version 8.0.1
thanks