force-net / Crc32.NET

Fast version of Crc32 algorithm for .NET
MIT License
199 stars 52 forks source link

Warning on .Net Core 2.0 #3

Closed majatu closed 6 years ago

majatu commented 7 years ago

I have a warning at VS 2017 with 1.1.0 version

Warning NU1603 Crc32.NET 1.1.0 depends on NETStandard.Library (>= 1.3.0) but NETStandard.Library 1.3.0 was not found. An approximate best match of NETStandard.Library 1.6.0 was resolved.

force-net commented 7 years ago

Do you have this problem with packaged version, or you include it as source?

I did not see any warnings when it used as package, but Microsoft is changing building behavior continuously, so I admit, this problem can occur.

I intentionally has added reference to version of NETStandard.Library that lower than existing but has not think that it can affect somebody except me.

majatu commented 7 years ago

As a nuget package. I'm using it on core 2.0.

force-net commented 7 years ago

Ok. I'll try to find and eliminate this issue, and also add .NET Core 2.0 version if it differs by API from .NET Core 1.3

majatu commented 7 years ago

Thank you