Home Port #SNMP from .NET Core RC2 to RTM
Post
Cancel

Port #SNMP from .NET Core RC2 to RTM

Well, I thought this might be a long post, but in fact it would be pretty short.

For a library like #SNMP Library, the only changes I need to make are in the project.json file.

By removing –rc2-* from this file, and revise the package version based on dotnet build hints, this library now targets the latest .NET Core bits.

One last thing I want to mention is that I did not add a reference to .NET Standard Library (NETStandard.Library), simply because this library sits in the same layer (similar to System.Net.Http).

Thus, now the library version has been bumped to 10 Beta 1. Should soon finally the API surface and release it officially.

© Lex Li. All rights reserved. The code included is licensed under CC BY 4.0 unless otherwise noted.
Advertisement

Jexus Manager Is Now Open Source

Update on reStructuredText and Visual Studio Code