Skip to content

Commit

Permalink
Merge pull request #14 from bigavocado/update-IdentityModel.OidcClient
Browse files Browse the repository at this point in the history
Update to version 2.7.0 of IdentityModel.OidcClient
  • Loading branch information
jerriep authored Jun 25, 2018
2 parents f073cf9 + 1173b77 commit 178269d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nuget/Auth0.OidcClient.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<tags>Auth0 OIDC Android MonoAndroid</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="IdentityModel.OidcClient" version="2.6.0" />
<dependency id="IdentityModel.OidcClient" version="2.7.0" />
</group>
<group targetFramework="netstandard1.4">
<dependency id="IdentityModel.OidcClient" version="2.6.0" />
<dependency id="IdentityModel.OidcClient" version="2.7.0" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="IdentityModel.OidcClient" version="2.6.0" />
<dependency id="IdentityModel.OidcClient" version="2.7.0" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.Core/Auth0.OidcClient.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="2.6.0" />
<PackageReference Include="IdentityModel.OidcClient" Version="2.7.0" />
</ItemGroup>

</Project>

0 comments on commit 178269d

Please sign in to comment.