Skip to content

Commit

Permalink
- Fix Unable to create OktaClient on linux build server after 5.2.1 u…
Browse files Browse the repository at this point in the history
…pgrade. (#526) (#531)
  • Loading branch information
andriizhegurov-okta authored Jan 14, 2022
1 parent 39909f2 commit 561edb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Running changelog of releases since `3.1.1`


## v5.3.2

### Bug Fixes

- Fix Unable to create OktaClient on linux build server after 5.2.1 upgrade. (#526)


## v5.3.1

### Features
Expand Down
4 changes: 2 additions & 2 deletions src/Okta.Sdk/Okta.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1</TargetFrameworks>
<Version>5.3.1</Version>
<Version>5.3.2</Version>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Okta.Sdk.Abstractions" Version="4.0.2" />
<PackageReference Include="Okta.Sdk.Abstractions" Version="4.0.3" />
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.11.1" />
<PackageReference Include="System.Interactive.Async" Version="5.0.0" />
Expand Down

0 comments on commit 561edb4

Please sign in to comment.