Skip to content

Commit

Permalink
➕ Add System.Text.Json and Microsoft.AspNetCore.Http.Abstractions dep…
Browse files Browse the repository at this point in the history
…endencies for IronHook.Core
  • Loading branch information
furkandeveloper committed Aug 4, 2021
1 parent 287178d commit 617c068
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/IronHook.Core/IronHook.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>

</Project>

0 comments on commit 617c068

Please sign in to comment.