Skip to content

Commit 4e9d856

Browse files
committed
Update SDK version
1 parent f5ca1d3 commit 4e9d856

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

build/KK.AspNetCore.EasyAuthAuthentication.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ steps:
1717
workingDirectory: "src/KK.AspNetCore.EasyAuthAuthentication"
1818

1919
- task: DotNetCoreInstaller@0
20-
displayName: Use .NET Core sdk 2.1.502
20+
displayName: Use .NET Core sdk 2.1.503
2121
inputs:
2222
packageType: "sdk"
23-
version: 2.1.502
23+
version: 2.1.503
2424

2525
- task: DotNetCoreCLI@2
2626
displayName: Restore

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.502"
3+
"version": "2.1.503"
44
}
55
}

src/KK.AspNetCore.EasyAuthAuthentication/AuthTokenHeaderNames.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ internal static class AuthTokenHeaderNames
3232
public const string TwitterAccessToken = "X-MS-TOKEN-TWITTER-ACCESS-TOKEN";
3333
public const string TwitterAccessTokenSecret = "X-MS-TOKEN-TWITTER-ACCESS-TOKEN-SECRET";
3434
}
35-
}
35+
}

src/KK.AspNetCore.EasyAuthAuthentication/AuthenticationTypesNames.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ internal class AuthenticationTypesNames
1515
public const string Windows = "AuthenticationTypes.Windows";
1616
public const string X509 = "AuthenticationTypes.X509";
1717
}
18-
}
18+
}

src/KK.AspNetCore.EasyAuthAuthentication/EasyAuthAuthenticationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
7474
}
7575
}
7676
}
77-
}
77+
}

src/KK.AspNetCore.EasyAuthAuthentication/Schemas.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ internal class Schemas
44
{
55
public const string AuthMethod = "http://schemas.microsoft.com/claims/authnmethodsreferences";
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)