Skip to content

Commit

Permalink
Add support for 4.5 framework version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetious committed Jan 6, 2016
1 parent 0d60c83 commit 99ae109
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions MongoDb.Bson.NodaTime.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDb.Bson.NodaTime", "src\MongoDb.Bson.NodaTime\MongoDb.Bson.NodaTime.xproj", "{C48D14DC-61D4-4F5E-B8B4-0E7A7E3855ED}"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version: 1.0.{build}
3 changes: 2 additions & 1 deletion src/MongoDb.Bson.NodaTime/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"projectUrl": "https://github.com/AndyBeverlySchool/MongoDb.Bson.NodaTime/",
"licenseUrl": "https://raw.githubusercontent.com/AndyBeverlySchool/MongoDb.Bson.NodaTime/master/LICENSE.txt",
"frameworks": {
"dnx451": { }
"dnx451": { },
"net45": { }
},
"dependencies": {
"MongoDB.Driver": "2.2.0",
Expand Down

0 comments on commit 99ae109

Please sign in to comment.