Skip to content

Commit 8b19429

Browse files
committed
Updated Skybrud.Essentials dependency
1 parent d2df62f commit 8b19429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Skybrud.Essentials.Http/HttpResponseBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Xml.Linq;
44
using Newtonsoft.Json.Linq;
55
using Skybrud.Essentials.Http.Collections;
6-
using Skybrud.Essentials.Json;
6+
using Skybrud.Essentials.Json.Newtonsoft;
77
using Skybrud.Essentials.Xml;
88
using System.Diagnostics.CodeAnalysis;
99

src/Skybrud.Essentials.Http/Skybrud.Essentials.Http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</PropertyGroup>
4444

4545
<ItemGroup>
46-
<PackageReference Include="Skybrud.Essentials" Version="1.1.43-alpha001" />
46+
<PackageReference Include="Skybrud.Essentials" Version="1.1.43" />
4747
</ItemGroup>
4848

4949
<ItemGroup Condition="'$(TargetFramework)'=='net45' OR '$(TargetFramework)'=='net46' OR '$(TargetFramework)'=='net47'">

0 commit comments

Comments
 (0)