Skip to content

Commit

Permalink
Merge pull request #133 from auth0/update-deps
Browse files Browse the repository at this point in the history
Update IdentityModel.OidcClient to 3.1.2
  • Loading branch information
damieng authored Dec 3, 2019
2 parents 8fa6ea9 + 9b663bc commit 12008cb
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient">
<Version>3.1.0</Version>
<Version>3.1.2</Version>
</PackageReference>
<PackageReference Include="Xamarin.Android.Support.CustomTabs">
<Version>28.0.0.3</Version>
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 @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.0" />
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="5.6.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"IdentityModel.OidcClient": "3.1.0",
"IdentityModel.OidcClient": "3.1.2",
"Microsoft.NETCore.UniversalWindowsPlatform": "6.2.9"
},
"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.WPF/Auth0.OidcClient.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient">
<Version>3.1.0</Version>
<Version>3.1.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls.WebView">
<Version>6.0.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient">
<Version>3.1.0</Version>
<Version>3.1.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Toolkit.Forms.UI.Controls.WebView">
<Version>6.0.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.iOS/Auth0.OidcClient.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient">
<Version>3.1.0</Version>
<Version>3.1.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion test/Android/Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient">
<Version>3.1.0</Version>
<Version>3.1.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion test/UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"IdentityModel.OidcClient": "3.1.0",
"IdentityModel.OidcClient": "3.1.2",
"Microsoft.NETCore.UniversalWindowsPlatform": "6.2.9"
},
"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion test/WPF/WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient">
<Version>3.1.0</Version>
<Version>3.1.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion test/WinForms/WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient">
<Version>3.1.0</Version>
<Version>3.1.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion test/iOS/iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient">
<Version>3.1.0</Version>
<Version>3.1.2</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 12008cb

Please sign in to comment.