Skip to content

Commit

Permalink
Moved to PanoramicData.DeepCloner
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed Jan 3, 2025
1 parent 4c537a9 commit 28ec08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PanoramicData.Blazor/PDForm.razor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Force.DeepCloner;
using PanoramicData.DeepCloner;

namespace PanoramicData.Blazor;

Expand Down
2 changes: 1 addition & 1 deletion PanoramicData.Blazor/PanoramicData.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<ItemGroup>
<PackageReference Include="BlazorMonaco" Version="3.2.0" />
<PackageReference Include="FluentValidation" Version="11.11.0" />
<PackageReference Include="DeepCloner" Version="0.10.4" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Markdig" Version="0.39.1" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="9.0.0" />
Expand All @@ -48,6 +47,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PanoramicData.DeepCloner" Version="1.0.1" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.5.1" />
</ItemGroup>

Expand Down

0 comments on commit 28ec08a

Please sign in to comment.