Skip to content

Commit

Permalink
Updated the Skybrud.Essentials dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Aug 6, 2023
1 parent 23ba31d commit 12e7154
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Newtonsoft.Json;
using Skybrud.Essentials.Json.Converters.Enums;
using Skybrud.Essentials.Json.Newtonsoft.Converters.Enums;

namespace Skybrud.Umbraco.Redirects.Import.Importers.Csv {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Newtonsoft.Json;
using Skybrud.Essentials.Json.Converters.Enums;
using Skybrud.Essentials.Json.Newtonsoft.Converters.Enums;

namespace Skybrud.Umbraco.Redirects.Import.Importers.Csv {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Newtonsoft.Json;
using Skybrud.Essentials.Json.Converters.Enums;
using Skybrud.Essentials.Json.Newtonsoft.Converters.Enums;

#pragma warning disable CS1591

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ItemGroup>
<PackageReference Include="ClosedXml" Version="0.101.0" />
<PackageReference Include="Skybrud.Csv" Version="0.0.3" />
<PackageReference Include="Skybrud.Essentials" Version="1.1.48" />
<PackageReference Include="Skybrud.Essentials" Version="1.1.50" />
<PackageReference Include="Skybrud.Umbraco.Redirects" Version="4.0.13" />
<PackageReference Include="Umbraco.Cms.Core" Version="[10.0.0,12.999)" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[10.0.0,12.999)" />
Expand Down

0 comments on commit 12e7154

Please sign in to comment.