0
apoorva.lele created
I want to use scoped style feature available in Blazor projects with .NET 5.0. What .NET version is compatible with abp project I created using the abp suite command? How can I convert my abp.io project to work with .NET 5,0?
- ABP Framework version: v3.2.1
- UI type: Blazor
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
Hi,
ABP was upgraded to NET 5 in version 4.0, see: https://github.com/abpframework/abp/releases. you can upgrade your project to v 4.0
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
How excalty am I supposed to update my existing project?
Also when I download a new project from abp suite, it shows version 3.3.1 instead of 4.0. How can I download a fresh 4.0 project from abp suite?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
4.0 has been released in RC.
try:
dotnet tool update -g Volo.Abp.Cli --version 4.0.0-rc.3abp new NewProject --previewOr you can wait for 4.0 to release stable version.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)