Com-AugustCellars / CoAP-CSharp

CoAP Implementation in C#
Other
41 stars 19 forks source link

Build project in VS2015 #16

Closed dominionish closed 7 years ago

dominionish commented 7 years ago

Hello! I use VS2015 and you code dont build. But there is a solution - to build you code I should install nuget packages: System.ValueTuple Microsoft.Net.Compilers So you can install it in all Coap.Net projects (in CoAP.NET folder) and push new package.json , so everyone will not have problem with building and all will work from the box. It is just suggestion.

jimsch commented 7 years ago

I am sorry, however I am using language features from the version 17 compiler - this requires the use of VS2017 as near as I can tell-- see issue #10

jimsch commented 7 years ago

Wait - just to be sure - are you saying you cannot compile w/ the library as a nuget or the raw source - I am assuming you mean raw source.

dominionish commented 7 years ago

Yes, you right - raw source