File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/AutoMapper.Extensions.ExpressionMapping Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <Authors >Jimmy Bogard</Authors >
44 <LangVersion >latest</LangVersion >
5- <VersionPrefix >3.1.1-preview01 </VersionPrefix >
5+ <VersionPrefix >3.1.1</VersionPrefix >
66 <WarningsAsErrors >true</WarningsAsErrors >
77 <NoWarn >$(NoWarn);1701;1702;1591</NoWarn >
88 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ public static bool IsQueryableType(this Type type)
3737 public static bool IsListType ( this Type type )
3838 => PrimitiveHelper . IsListType ( type ) ;
3939
40- public static bool IsListOrDictionaryType ( this Type type )
41- => PrimitiveHelper . IsListOrDictionaryType ( type ) ;
42-
4340 public static bool IsDictionaryType ( this Type type )
4441 => PrimitiveHelper . IsDictionaryType ( type ) ;
4542
You can’t perform that action at this time.
0 commit comments