Add ReCClient class and update project dependencies
Added `ReCClient` class to handle HTTP requests with JSON serialization/deserialization support. Updated `ReC.Client.csproj` to include `System.Net.Http` (v4.3.4) and `System.Text.Json` (v9.0.11) as package references. Introduced conditional `using` directives for `NETFRAMEWORK` compatibility.
This commit is contained in:
@@ -8,4 +8,9 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
||||
<PackageReference Include="System.Text.Json" Version="9.0.11" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user