diff --git a/common.props b/common.props index 7c1af11..830a357 100644 --- a/common.props +++ b/common.props @@ -1,13 +1,13 @@ latest - 0.7.0 + 0.8.0 https://raw.githubusercontent.com/realliangshiwei/Lsw.Abp.AntDesignUI/main/icon.png https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI MIT git https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI - 7.1.* + 7.3.* 7.0.* \ No newline at end of file diff --git a/samples/BookStore/common.props b/samples/BookStore/common.props index bfbdb95..3b45792 100644 --- a/samples/BookStore/common.props +++ b/samples/BookStore/common.props @@ -4,7 +4,7 @@ 1.0.0 $(NoWarn);CS1591 app - 7.1.* + 7.3.* diff --git a/samples/BookStore/src/BookStore.EntityFrameworkCore/EntityFrameworkCore/BookStoreDbContext.cs b/samples/BookStore/src/BookStore.EntityFrameworkCore/EntityFrameworkCore/BookStoreDbContext.cs index b20bf84..724ddf4 100644 --- a/samples/BookStore/src/BookStore.EntityFrameworkCore/EntityFrameworkCore/BookStoreDbContext.cs +++ b/samples/BookStore/src/BookStore.EntityFrameworkCore/EntityFrameworkCore/BookStoreDbContext.cs @@ -45,6 +45,7 @@ public class BookStoreDbContext : public DbSet OrganizationUnits { get; set; } public DbSet SecurityLogs { get; set; } public DbSet LinkUsers { get; set; } + public DbSet UserDelegations { get; set;} // Tenant Management public DbSet Tenants { get; set; } diff --git a/samples/BookStore/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj b/samples/BookStore/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj index f2620dc..f3d1204 100644 --- a/samples/BookStore/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj +++ b/samples/BookStore/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj @@ -19,8 +19,8 @@ - - + +