Skip to content

Commit

Permalink
Remove [Obsolete] from IdentityServerTools
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Dec 15, 2023
1 parent f02da33 commit bbcb36d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/IdentityServer/IdentityServerTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public interface IIdentityServerTools
/// <summary>
/// Class for useful helpers for interacting with IdentityServer
/// </summary>
[Obsolete("Do not reference the IdentityServerTools implementation directly, use the IIdentityServerTools interface")]
public class IdentityServerTools : IIdentityServerTools
{
/// <inheritdoc/>
Expand Down

0 comments on commit bbcb36d

Please sign in to comment.