Open Closed

Blazor #669


User avatar
0
jackyfei created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.0.0
  • UI type: Blazor
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:If you use suite to build a project, you will report the above error as soon as you compile it

2 Answer(s)
  • User Avatar
    0
    arjun created

    Hi Jack Please add nuget feed for Blazorise preview https://www.myget.org/F/blazorise/api/v3/index.json

    Then install latest preview version for Blazorise

  • User Avatar
    0
    alper created
    Support Team Director

    NuGet.Config must be like this

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
        <packageSources>
            <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
            <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
            <add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/***-your-api-key-***/v3/index.json" />
        </packageSources>
    </configuration>
    
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11