Aperto Chiuso

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


User avatar
0
apoorva.lele creato
  • 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 risposte
  • User Avatar
    0
    liangshiwei creato
    Team di supporto 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>
    
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11