Skip to content

Commit

Permalink
Update to .NET Standard 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Nov 18, 2016
1 parent a66af06 commit 9b84fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Dommel/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.7.1",
"version": "1.7.2",
"title": "Dommel",
"description": "Simple CRUD operations for Dapper.",
"authors": [ "Henk Mollema" ],
Expand Down Expand Up @@ -38,8 +38,8 @@
"define": [ "COREFX" ]
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.ComponentModel.Annotations": "4.1.0"
"NETStandard.Library": "1.6.1",
"System.ComponentModel.Annotations": "4.3.0"
}
}
},
Expand Down

0 comments on commit 9b84fd7

Please sign in to comment.