Skip to content

Commit c3fa7f4

Browse files
committed
Fixing issue w/ incorrectly configured dependencies & bumping version #
1 parent 4dd6fac commit c3fa7f4

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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\nNOTE: This is not a part of the official Dapper project.",
@@ -10,19 +10,23 @@
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
}

0 commit comments

Comments
 (0)