Referenced Auditing.Contracts instead of Auditing

pull/15169/head
malik masis 3 years ago
parent 3d135913da
commit dd6e784cc9

@ -113,7 +113,7 @@ public class IdentityUser : FullAuditedAggregateRoot<Guid>, IUser, IHasEntityVer
public virtual int AccessFailedCount { get; protected internal set; } public virtual int AccessFailedCount { get; protected internal set; }
/// <summary> /// <summary>
/// An entity version property that auto-increments when the entity changes. /// A version value that is increased whenever the entity is changed.
/// </summary> /// </summary>
public virtual int EntityVersion { get; protected set; } public virtual int EntityVersion { get; protected set; }

@ -22,7 +22,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Validation\Volo.Abp.Validation.csproj" /> <ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Validation\Volo.Abp.Validation.csproj" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Auditing\Volo.Abp.Auditing.csproj" /> <ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Auditing.Contracts\Volo.Abp.Auditing.Contracts.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

Loading…
Cancel
Save