neuecc / Utf8Json

Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
MIT License
2.35k stars 266 forks source link

Don't include ValueTuple with netstandard2 #180

Open isaacabraham opened 4 years ago

isaacabraham commented 4 years ago

The nuget package shouldn't include ValueTuple as a dependency for netstandard2 (see https://github.com/neuecc/Utf8Json/blob/master/src/Utf8Json/Utf8Json.csproj#L63). You can put in a conditional check in the project file to fix this.