We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94db68d commit 8aac5edCopy full SHA for 8aac5ed
src/Http/Authentication.Core/test/TokenExtensionTests.cs
@@ -1,10 +1,9 @@
1
// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
4
+using System.Security.Claims;
5
using Microsoft.AspNetCore.Http;
6
using Microsoft.Extensions.DependencyInjection;
-using System.Security.Claims;
7
-using static Microsoft.AspNetCore.Authentication.Core.Test.AuthenticationPropertiesTests;
8
9
namespace Microsoft.AspNetCore.Authentication.Core.Test;
10
0 commit comments