rpgmaker / NetJSON

Faster than Any Binary? Benchmark: http://theburningmonk.com/2014/08/json-serializers-benchmarks-updated-2/
MIT License
225 stars 29 forks source link

Please, integrate .NetFramework 4.7.2 binary into NuGet package #200

Closed hhblaze closed 5 years ago

hhblaze commented 5 years ago

Please, integrate .NetFramework 4.7.2 into NuGet package, otherwise it tries to use .NETStandard binary and adds a tone of .NET Core system libraries into .NET Framework project.

rpgmaker commented 5 years ago

Thanks for the find. I have noticed that too myself lately

hhblaze commented 5 years ago

I think it is still not solved for .NetCore 2.1 (when Project is .NetCore 2.1 embedding NetJson needs a couple of files)

image

rpgmaker commented 5 years ago

Thoses files are required for .net core since I am using .net standard 2.0 for managing the code for it. Are you expecting a .net core 2.0+ library with no dependency? I can look into that and see if it is possible.

Thanks,