"werner@deventerprise.com" 'in aktiviteleri

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

4 kayıttan 1 ile 4 arası gösteriliyor.
Made with ❤️ on ABP v8.2.0-preview Updated on Mart 25, 2024, 15:11