File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
src/Dapper.FluentColumnMapping Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0 -*" ,
2+ "version" : " 1.0.1 -*" ,
33 "title" : " Dapper.FluentColumnMapping" ,
44 "summary" : " Fluent Object-Column Mappings for use with Dapper" ,
55 "description" : " Fluent Object-Column Mappings for use with Dapper\r\n\r\n NOTE: This is not a part of the official Dapper project." ,
1010 "projectUrl" : " https://github.com/alexander-87/Dapper.FluentColumnMapping" ,
1111 "licenseUrl" : " https://opensource.org/licenses/MIT" ,
1212 "frameworks" : {
13- "net451" : { },
13+ "net451" : {
14+ "dependencies" : {
15+ "Dapper" : " 1.42.0"
16+ }
17+ },
1418 "dotnet5.4" : {
1519 "dependencies" : {
1620 "Microsoft.CSharp" : " 4.0.1-beta-23516" ,
1721 "System.Collections" : " 4.0.11-beta-23516" ,
1822 "System.Linq" : " 4.0.1-beta-23516" ,
1923 "System.Runtime" : " 4.0.21-beta-23516" ,
20- "System.Threading" : " 4.0.11-beta-23516"
24+ "System.Threading" : " 4.0.11-beta-23516" ,
25+ "System.Reflection.TypeExtensions" : " 4.1.0-beta-23516" ,
26+ "Dapper" : " 1.50.0-beta8"
2127 }
2228 }
2329 },
2430 "dependencies" : {
25- "Dapper" : " 1.50.0-beta8" ,
26- "System.Reflection.TypeExtensions" : " 4.1.0-beta-23516"
2731 }
2832}
You can’t perform that action at this time.
0 commit comments