-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XMLBear is skipped on Appveyor Windows builds due to dependency issues. Fixes all dependency issues. Fixes #1354
- Loading branch information
1 parent
9fb36a9
commit 5e2c1f9
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="libxml2" version="2.7.8.7" targetFramework="net45" developmentDependency="true" /> | ||
<package id="libxslt" version="1.1.28" targetFramework="net45" developmentDependency="true" /> | ||
<package id="zlib" version="1.2.8.8 " targetFramework="net45" developmentDependency="true" /> | ||
<package id="libiconv" version="1.14.0.11" targetFramework="net45" developmentDependency="true" /> | ||
</packages> |