Skip to content

Commit

Permalink
[SDK-2814] Update dependencies for Core (#215)
Browse files Browse the repository at this point in the history
* Update dependencies for Core

* Update System.Text.Json

* Add System.Numeric.Vectors

* Bump dependencies

* Revert changes
  • Loading branch information
frederikprijck authored Sep 28, 2021
1 parent 3aa1f17 commit c83534f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
5 changes: 3 additions & 2 deletions nuget/Auth0.OidcClient.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="IdentityModel.OidcClient" version="4.0.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="5.6.0" />
<dependency id="System.Text.Encodings.Web" version="4.5.1" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.12.2" />
<dependency id="System.Text.Encodings.Web" version="5.0.1" />
<dependency id="System.Text.Json" version="5.0.1" />
</group>
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<Version>4.0.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Browser">
<Version>1.0.0</Version>
<Version>1.3.0.6</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
Expand Down
3 changes: 2 additions & 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,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="4.0.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="5.6.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.12.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"IdentityModel.OidcClient": "4.0.0",
"Microsoft.NETCore.UniversalWindowsPlatform": "6.2.9"
"Microsoft.NETCore.UniversalWindowsPlatform": "6.2.12"
},
"frameworks": {
"uap10.0.16299": {}
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 @@ -30,7 +30,7 @@
</PackageReference>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls.WebView">
<Version>6.1.1</Version>
<Version>6.1.2</Version>
</PackageReference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</PackageReference>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Toolkit.Forms.UI.Controls.WebView">
<Version>6.1.1</Version>
<Version>6.1.2</Version>
</PackageReference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<AssemblyOriginatorKeyFile>..\..\build\Auth0OidcClientStrongName.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion test/UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"IdentityModel.OidcClient": "4.0.0",
"Microsoft.NETCore.UniversalWindowsPlatform": "6.2.9"
"Microsoft.NETCore.UniversalWindowsPlatform": "6.2.12"
},
"frameworks": {
"uap10.0.17763": {}
Expand Down

0 comments on commit c83534f

Please sign in to comment.