Skip to content

Commit

Permalink
fix: wrong namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
davhdavh committed Oct 20, 2023
1 parent 9cc8134 commit 52c694f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using Microsoft.Extensions.Options;
using OpenIddict.Extensions;

namespace Openiddict.contrib.Pruning.BackgroundService;
namespace Openiddict.Contrib.Pruning.BackgroundService;

/// <summary>
/// Represents a Pruning job performing scheduled tasks for OpenIddict.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.ComponentModel;
using Microsoft.Extensions.DependencyInjection;

namespace Openiddict.contrib.Pruning.BackgroundService;
namespace Openiddict.Contrib.Pruning.BackgroundService;

/// <summary>
/// Exposes the necessary methods required to configure the OpenIddict Pruning using BackgroundService.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.ComponentModel;
using Microsoft.Extensions.Options;

namespace Openiddict.contrib.Pruning.BackgroundService;
namespace Openiddict.Contrib.Pruning.BackgroundService;

/// <summary>
/// Contains the methods required to ensure that the OpenIddict Quartz.NET configuration is valid.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Options;

namespace Openiddict.contrib.Pruning.BackgroundService;
namespace Openiddict.Contrib.Pruning.BackgroundService;

/// <summary>
/// Exposes extensions allowing to register the OpenIddict Pruning using BackgroundService in the DI container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* the license and the contributors participating to this project.
*/

namespace Openiddict.contrib.Pruning.BackgroundService;
namespace Openiddict.Contrib.Pruning.BackgroundService;

/// <summary>
/// Provides various settings needed to configure the OpenIddict Pruning using BackgroundService.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
global using Microsoft.Extensions.DependencyInjection;
global using Microsoft.Extensions.Options;
global using Moq;
global using Openiddict.contrib.Pruning.BackgroundService;
global using Openiddict.Contrib.Pruning.BackgroundService;
global using Xunit;
global using static OpenIddict.Abstractions.OpenIddictConstants;
global using SR = OpenIddict.Abstractions.OpenIddictResources;

0 comments on commit 52c694f

Please sign in to comment.