diff --git a/src/Dapper.FluentColumnMapping/project.json b/src/Dapper.FluentColumnMapping/project.json index fd07c7b..a37b134 100644 --- a/src/Dapper.FluentColumnMapping/project.json +++ b/src/Dapper.FluentColumnMapping/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.1-*", "title": "Dapper.FluentColumnMapping", "summary": "Fluent Object-Column Mappings for use with Dapper", "description": "Fluent Object-Column Mappings for use with Dapper\r\n\r\nNOTE: This is not a part of the official Dapper project.", @@ -10,19 +10,23 @@ "projectUrl": "https://github.com/alexander-87/Dapper.FluentColumnMapping", "licenseUrl": "https://opensource.org/licenses/MIT", "frameworks": { - "net451": { }, + "net451": { + "dependencies": { + "Dapper": "1.42.0" + } + }, "dotnet5.4": { "dependencies": { "Microsoft.CSharp": "4.0.1-beta-23516", "System.Collections": "4.0.11-beta-23516", "System.Linq": "4.0.1-beta-23516", "System.Runtime": "4.0.21-beta-23516", - "System.Threading": "4.0.11-beta-23516" + "System.Threading": "4.0.11-beta-23516", + "System.Reflection.TypeExtensions": "4.1.0-beta-23516", + "Dapper": "1.50.0-beta8" } } }, "dependencies": { - "Dapper": "1.50.0-beta8", - "System.Reflection.TypeExtensions": "4.1.0-beta-23516" } } \ No newline at end of file