Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Oct 2, 2023
1 parent 3232c1d commit 0154485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tingle.Extensions.Http/TingleJsonContent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Tingle.Extensions.Http;

// heavily inspired by official JsonContent<TValue> bit it is internal
// https://github.com/dotnet/runtime/blob/e91db04be24aac28fd041425fac014ef04d940b1/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContentOfT.cs
// TODO: remove when https://github.com/dotnet/runtime/issues/51544 is resolved
// TODO: remove in .NET 8 (https://github.com/dotnet/runtime/issues/51544 is resolved)

internal class TingleJsonContent<TValue> : HttpContent
{
Expand Down

0 comments on commit 0154485

Please sign in to comment.