Activities of "ismcagdas"

Hi @LevanM

It is alredy open source (https://github.com/abpframework/abp/), couldn't understand what you are asking for, sorry. Could you explain a bit more detailed ?

Thanks,

Hi @ismailyildirim

Could you send an email to info@abp.io about this ?

Thanks,

Great to hear that :)

Hi,

Do you have Nuget.Config in the source code used in your build server ? Your NuGet.Config file must include abp.io nuget source specific to your account. It should be something like this;

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
		<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
        <!-- {ABP_COMMERCIAL_NUGET_SOURCE} -->
    </packageSources>
</configuration>
Showing 61 to 64 of 64 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13