Skip to content

Commit

Permalink
Pin AngleSharp version (see #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss committed Jul 21, 2016
1 parent f81cb1d commit cd611e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HtmlSanitizer/HtmlSanitizer.project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"AngleSharp": "0.9.7"
"AngleSharp": "[0.9.7]"
},
"frameworks": {
"net45": {}
Expand Down
2 changes: 1 addition & 1 deletion src/HtmlSanitizer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"keyFile": "HtmlSanitizer.snk"
},
"dependencies": {
"AngleSharp": "0.9.7"
"AngleSharp": "[0.9.7]"
},
"frameworks": {
"net45": {
Expand Down

0 comments on commit cd611e3

Please sign in to comment.