-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Greg.dll and Restsharp (#12165)
* add null checking to method * remove greg and rest sharp deps from libraryviewextension * remove viewextenlibTests ref on restsharp * updated ref to greg and restsharp - this builds but targets net452 version of restsharp * update to latest greg version * revert shared info version * fix bad merge conflict and bad hint path * fix Co-authored-by: michael kirschner <[email protected]>
- Loading branch information
1 parent
d98439b
commit 03b11f0
Showing
15 changed files
with
41 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Greg" version="2.0.7843.19074" targetFramework="net48" /> | ||
<package id="Greg" version="2.1.7962.24801" targetFramework="net48" /> | ||
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net48" /> | ||
<package id="RestSharp" version="105.2.3" targetFramework="net48" /> | ||
<package id="RestSharp" version="106.12.0" targetFramework="net48" /> | ||
</packages> |
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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Greg" version="2.0.7843.19074" targetFramework="net48" /> | ||
<package id="Greg" version="2.1.7962.24801" targetFramework="net48" /> | ||
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net48" /> | ||
<package id="NUnit" version="2.6.3" targetFramework="net48" /> | ||
<package id="RestSharp" version="105.2.3" targetFramework="net48" /> | ||
<package id="RestSharp" version="106.12.0" targetFramework="net48" /> | ||
</packages> |
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,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Greg" version="2.0.7843.19074" targetFramework="net48" /> | ||
<package id="Greg" version="2.1.7962.24801" targetFramework="net48" /> | ||
<package id="Moq" version="4.2.1507.0118" targetFramework="net48" /> | ||
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net48" /> | ||
<package id="NUnit" version="2.6.3" targetFramework="net48" /> | ||
<package id="RestSharp" version="105.2.3" targetFramework="net48" /> | ||
<package id="RestSharp" version="106.12.0" targetFramework="net48" /> | ||
</packages> |
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