Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@

using System;
using System.Diagnostics;
using Microsoft.IdentityModel.Tokens.Experimental;
#if !NET8_0_OR_GREATER
using System.Text;
#endif

#nullable enable
namespace Microsoft.IdentityModel.Tokens
namespace Microsoft.IdentityModel.Tokens.Experimental
{
internal class SecurityTokenArgumentNullException : ArgumentNullException
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
// Licensed under the MIT License.

using Microsoft.IdentityModel.Abstractions;
using Microsoft.IdentityModel.Tokens.Experimental;

namespace Microsoft.IdentityModel.Tokens
namespace Microsoft.IdentityModel.Tokens.Experimental
{
/// <summary>
/// Contains information so that logs can be written when needed.
Expand Down
1 change: 0 additions & 1 deletion src/Microsoft.IdentityModel.Xml/SignedInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Xml;
using Microsoft.IdentityModel.Logging;
using Microsoft.IdentityModel.Tokens;
//using Microsoft.IdentityModel.Tokens.Experimental;
using static Microsoft.IdentityModel.Logging.LogHelper;

namespace Microsoft.IdentityModel.Xml
Expand Down
Loading