-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies * Add KeycloakFormatBinder --------- Co-authored-by: Oleksii Nikiforov <oleksii_nikiforov@epam.com>
- Loading branch information
1 parent
02bacd8
commit 7daa7c2
Showing
40 changed files
with
389 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"sdk": { | ||
"version": "6.0.100", | ||
"rollForward": "latestMinor", | ||
"allowPrerelease": true | ||
"rollForward": "latestMajor", | ||
"allowPrerelease": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
<Project> | ||
<ItemGroup Label="Core"> | ||
<PackageVersion Include="IdentityModel.AspNetCore" Version="4.1.2"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.1"/> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0"/> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0"/> | ||
|
||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.29"/> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1"/> | ||
|
||
<PackageVersion Include="IdentityModel.AspNetCore" Version="4.3.0"/> | ||
<PackageVersion Include="Refit.HttpClientFactory" Version="7.0.0"/> | ||
<PackageVersion Include="Refit" Version="7.0.0"/> | ||
|
||
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="6.0.1"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0"/> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0"/> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0"/> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0"/> | ||
<PackageVersion Include="Refit.HttpClientFactory" Version="6.1.15"/> | ||
<PackageVersion Include="Refit" Version="6.1.15"/> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup Label="Release"> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1"/> | ||
<PackageVersion Include="MinVer" Version="2.5.0"/> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0"/> | ||
<PackageVersion Include="MinVer" Version="5.0.0"/> | ||
</ItemGroup> | ||
</Project> |
2 changes: 2 additions & 0 deletions
2
src/Keycloak.AuthServices.Authentication/Claims/.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[*.cs] | ||
dotnet_diagnostic.CA1309.severity = none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
src/Keycloak.AuthServices.Authentication/Keycloak.AuthServices.Authentication.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.