Skip to content

Commit

Permalink
feat: include System.Net.Http.Json namespace by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Feb 27, 2024
1 parent dd2cc87 commit 41e6729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ReferenceResolver/FrameworkReferenceResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public static string[] GetImplicitUsings(string frameworkName)
"global::System.IO",
"global::System.Linq",
"global::System.Net.Http",
"global::System.Net.Http.Json", // add this to simplify the http request
"global::System.Text",
"global::System.Threading",
"global::System.Threading.Tasks"
Expand Down

0 comments on commit 41e6729

Please sign in to comment.