diff --git a/src/LinqToDB.Identity/Extensions.cs b/src/LinqToDB.Identity/Extensions.cs index 297937fd2..563da714b 100644 --- a/src/LinqToDB.Identity/Extensions.cs +++ b/src/LinqToDB.Identity/Extensions.cs @@ -56,7 +56,7 @@ var column in Expression.Convert(Expression.PropertyOrField(p, column.MemberName), typeof(object)), p); - var val = column.MemberAccessor.Getter(obj); + var val = column.MemberAccessor.GetValue(obj); query = query.Set(expr, val); } diff --git a/src/LinqToDB.Identity/LinqToDB.Identity.csproj b/src/LinqToDB.Identity/LinqToDB.Identity.csproj index d3ba151a4..25272ea28 100644 --- a/src/LinqToDB.Identity/LinqToDB.Identity.csproj +++ b/src/LinqToDB.Identity/LinqToDB.Identity.csproj @@ -2,13 +2,13 @@ ASP.NET Core Identity provider that uses LinqToDB. - 3.5.0 - 3.5.0 - 3.5.0 + 4.0.0 + 4.0.0 + 4.0.0 Ilya Chudin - net461;netstandard2.0;netcoreapp2.1 + netstandard2.0 true true @@ -41,14 +41,11 @@ - + - - - + + + - - $(DefineConstants);NETSTANDARD2_0 -