Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "sedulen"

bump :D

Edited the cs proj files for the "Shared" projects to use 2.0 instead of 2.1. I and received this error during build. Project Application.Shared is not compatible with netcoreapp2.1. Does anyone know why the 2 shared projects are not using .NET Core 2.1 when the other projects are? How and will this affect our solution? Below was suggested in the recommended thread and this does not set our shared projects to use 2.1. _If you want to change target framework of your project, just right click on your project and select "Edit ****.csproj". Then you can change TargetFramework.

ABP supports both, .Net Standard 2.0 & .Net Core 2.0._

@ismcagdas I'm not sure how I would use the AbpUserAccounts table vs the AbpUsers table. Ideally we would define all users in the AbpUsers or AbpUserAccounts table in the HOST database and then we would grant access of users to Tenants through the AbpUserRoles table but then I think we would have issues with how the user's profile information is managed since we would need that information to be retrieved from the Host instance information, rather than from the Tenant information.

@ismcagdas The job will be ran via hangfire from out website.

Showing 101 to 104 of 104 entries