jsakamoto / ipaddressrange

.NET Class Library for range of IP address, both IPv4 and IPv6.
Mozilla Public License 2.0
368 stars 71 forks source link

IPAddressRange should be updated to handle multiple target frameworks. #30

Closed DerekChasse closed 6 years ago

DerekChasse commented 7 years ago

With the official release of .NET Core 2.0 IPAddressRange should be updated to target this additional framework.

jsakamoto commented 7 years ago

Since v.1.6.2, IPAddressRange already supported .NET Standard 1.4.

So you can install IPAddressRange latest version in your .NET Core 2.0 application project.

By the way, the package v.2.0.0.3 causes warning about "Could not find NETStandard.Library package v.1.4 in nuget.org".
This warning is no problem.
But I updated the package to v.2.0.0.4 for avoiding this warning by upgrading reference NETStandard.Library package version from 1.4 to 1.6.

image