أنشطة "werner@deventerprise.com"

Thanks, didn't realize that migrations needed to be added after version updates/migrations.

Thanks,

Added

    private void ConfigureSaasPaymentOptions(IConfiguration configuration)
    {
        Configure<AbpSaasPaymentOptions>(options =>
        {
            options.IsPaymentSupported = true;
        });
    }

and called it from ConfigureServices

Same here, looks like all the Volo packages are gone/hidden all of a sudden no matter what the version.

*NU1103 - Unable to find a stable package Volo.Abp.Anything with version (>= 5.2.2)

This is all that's in the ABP Commercial Source list (no Volo packages at all):

Solved with information provided here: https://stackoverflow.com/a/58927285/564726

عرض 1 الي 4 من 4 إدخالات
Made with ❤️ on ABP v8.2.0-preview Updated on مارس 25, 2024, 15:11