Skip to content

Commit 9872ab8

Browse files
committed
Fix build
1 parent c737189 commit 9872ab8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Components/Components/src/PersistentState/ComponentStatePersistenceManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using Microsoft.AspNetCore.Components.RenderTree;
5-
using Microsoft.Extensions.DependencyInjection;
65
using Microsoft.Extensions.Logging;
76

87
namespace Microsoft.AspNetCore.Components.Infrastructure;

src/Components/Components/src/SupplyParameterFromPersistentComponentStateProviderServiceCollectionExtensions.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Diagnostics.CodeAnalysis;
5-
using static Microsoft.AspNetCore.Internal.LinkerFlags;
65
using Microsoft.Extensions.DependencyInjection;
76
using Microsoft.Extensions.DependencyInjection.Extensions;
8-
using System.Runtime.InteropServices;
9-
using Microsoft.AspNetCore.Components.Infrastructure;
7+
using static Microsoft.AspNetCore.Internal.LinkerFlags;
108

119
namespace Microsoft.AspNetCore.Components;
1210

0 commit comments

Comments
 (0)