Open Closed

Unable to find Blazorise >= v0.9.3-preview2 error upon building Blazor project in abp.io v4.0 #651


User avatar
0
apoorva.lele created
  • ABP Framework version: v4.0
  • UI type: Blazor

I have downloaded abp.io v4.0 project from abp suite and am getting the following error upon building the Blazor project

The packages seem to be unavailable in Nuget since the last stable version for these packages is 0.9.2.3.

How can I solve this issue?


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    HI,

    Add NuGet.Config to your solution folder

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
      <packageSources>
        <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
      </packageSources>
    </configuration>
    
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 16, 2025, 12:13