Skip to content

Commit

Permalink
Remove more preview related attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
flcl42 committed Sep 6, 2024
1 parent 9d7f17a commit ea32fa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/libp2p/Libp2p/Libp2pPeerFactoryBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace Nethermind.Libp2p.Stack;

[RequiresPreviewFeatures]
public class Libp2pPeerFactoryBuilder : PeerFactoryBuilderBase<Libp2pPeerFactoryBuilder, Libp2pPeerFactory>,
ILibp2pPeerFactoryBuilder
{
Expand Down
1 change: 0 additions & 1 deletion src/libp2p/Libp2p/ServiceProviderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace Nethermind.Libp2p.Stack;

public static class ServiceProviderExtensions
{
[RequiresPreviewFeatures]
public static IServiceCollection AddLibp2p(this IServiceCollection services, Func<ILibp2pPeerFactoryBuilder, IPeerFactoryBuilder> factorySetup)
{
return services
Expand Down

0 comments on commit ea32fa1

Please sign in to comment.