-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Modify set of things changed * Fix the version number and copyright notice * Update to -13 of OSCORE Try and get all of the -13 changes in the code. * Bugs found during client testing * Allow CoapClient to be passed a NULL URL on construction * Get the callbacks to work better for DTLS interfacing. * Change OSCORE option from 21 to 9 - Still not final value. * We need to be able to change the code on a message - set things up to allow this. * Fix problems with observe processing in OSCORE * Get netstardard 1.3 work Get the multiple frame work build running correct. Still need to figure out a story for testing. * Fix to use new build file * New version of nuget * Change version of nunit runners again * Package needs nunit installed * try again * restore on appveyor * Get newer nuget * correct section * copy it in by hand. * add package name * Try this way to get the package installed * Add more packages. * typo * Add more references * Add dependencies to client code * Kill unused file * Update the packages we need. * Find out wihch is failing Remove 2.0 The 2.0 build does not work correctly on Linux but is fine on iOS. It appears to be an issue with nuget not restoring things correctly as I have the same issue on both platforms for COSE.
- Loading branch information
Showing
8 changed files
with
22 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Com.AugustCellars.COSE" version="1.3.0" targetFramework="net462" /> | ||
<package id="NUnit" version="3.5.0" targetFramework="net40" requireReinstallation="true" /> | ||
<package id="PeterO.Cbor" version="3.0.3" targetFramework="net45" /> | ||
<package id="PeterO.Numbers" version="1.0.2" targetFramework="net45" /> | ||
<package id="Com.AugustCellars.COSE" version="1.2.0"/> | ||
</packages> | ||
<package id="Portable.BouncyCastle" version="1.8.3" targetFramework="net462" /> | ||
</packages> |
This file was deleted.
Oops, something went wrong.