-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated build script to only build 4.5 solution.
Updated README and CHANGES for supporting documentation for changes. Updated Nuspec file to only include 4.5 lib.
- Loading branch information
1 parent
95ff0f9
commit 9d80ef3
Showing
10 changed files
with
70 additions
and
53 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
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
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
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 |
---|---|---|
@@ -1,14 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="log4net" version="2.0.3" targetFramework="net35" /> | ||
<package id="log4net" version="2.0.3" targetFramework="net40" /> | ||
<package id="log4net" version="2.0.3" targetFramework="net45" /> | ||
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net35" /> | ||
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net40" /> | ||
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" /> | ||
<package id="RabbitMQ.Client" version="3.4.0" targetFramework="net20" /> | ||
<package id="RabbitMQ.Client" version="3.5.4" targetFramework="net40" /> | ||
<package id="ReflectSoftware.Insight" version="5.5.1" targetFramework="net20" /> | ||
<package id="ReflectSoftware.Insight" version="5.5.1" targetFramework="net40" /> | ||
<package id="ReflectSoftware.Insight" version="5.5.1" targetFramework="net45" /> | ||
<package id="log4net" version="2.0.5" targetFramework="net45" /> | ||
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" /> | ||
<package id="ReflectSoftware.Insight" version="5.6.0" targetFramework="net45" /> | ||
</packages> |