abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.94k stars 3.45k forks source link

'Volo.Abp.BlobStoring.Aliyun' nuget package could not be found! #21365

Closed myesn closed 2 hours ago

myesn commented 3 hours ago

Is there an existing issue for this?

Description

The CLI command not works:https://abp.io/docs/latest/framework/infrastructure/blob-storing/aliyun

abp add-package Volo.Abp.BlobStoring.Aliyun
abp add-package Volo.Abp.BlobStoring.Aliyun --old

image

Reproduction Steps

No response

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

8.1.0

User Interface

MVC

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Windows (Default)

Other information

No response

maliming commented 3 hours ago

hi

Please add package(https://www.nuget.org/packages/Volo.Abp.BlobStoring.Aliyun/) and AbpBlobStoringAliyunModule module manually.

We will add Volo.Abp.BlobStoring.Aliyun to abp.io platform.