LeeCampbell / HdrHistogram.NET

Port of the HdrHistorgram to .NET/C#
Other
18 stars 3 forks source link

Update/Verify nuget package that can be used on PCL, .NET4, .NET 4.5 and .NET 5.0 #31

Closed LeeCampbell closed 7 years ago

LeeCampbell commented 8 years ago

I don't believe that the current nuget package can be used on PCL projects( e.g. ReactiveTrader). I believe that it has no dependency on platform specific features, so I think it would be safe to make it PCL compliant.

LeeCampbell commented 8 years ago

Waiting on Core RC2 release before tackling this https://github.com/aspnet/Home/wiki/Roadmap Should be out in the next 4-6 weeks. Apparently the csproj/xproj/project.json story will be better then.

LeeCampbell commented 8 years ago

Current status is that works when consumed from a 4.5.2 or 4.6.1 console app (via nuget).

LeeCampbell commented 7 years ago

Moved to https://github.com/HdrHistogram/HdrHistogram.NET/issues/17