Skip to content

Commit 7697927

Browse files
Bump System.IdentityModel.Tokens.Jwt in /030_DIRECT_Management
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 5.5.0 to 5.7.0. - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@5.5.0...5.7.0) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e95aef commit 7697927

File tree

2 files changed

+61
-12
lines changed

2 files changed

+61
-12
lines changed

030_DIRECT_Management/DIRECT_Management.csproj

Lines changed: 48 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
<SignAssembly>false</SignAssembly>
8080
</PropertyGroup>
8181
<ItemGroup>
82+
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
83+
<HintPath>packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
84+
<Private>True</Private>
85+
</Reference>
8286
<Reference Include="Microsoft.Data.SqlClient, Version=1.11.20045.2, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL">
8387
<HintPath>packages\Microsoft.Data.SqlClient.1.1.1\lib\net46\Microsoft.Data.SqlClient.dll</HintPath>
8488
</Reference>
@@ -88,20 +92,27 @@
8892
<Reference Include="Microsoft.Identity.Client, Version=3.0.8.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
8993
<HintPath>packages\Microsoft.Identity.Client.3.0.8\lib\net45\Microsoft.Identity.Client.dll</HintPath>
9094
</Reference>
91-
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
92-
<HintPath>packages\Microsoft.IdentityModel.JsonWebTokens.5.5.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
95+
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
96+
<HintPath>packages\Microsoft.IdentityModel.Abstractions.7.1.2\lib\net461\Microsoft.IdentityModel.Abstractions.dll</HintPath>
97+
<Private>True</Private>
98+
</Reference>
99+
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
100+
<HintPath>packages\Microsoft.IdentityModel.JsonWebTokens.7.1.2\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
101+
<Private>True</Private>
93102
</Reference>
94-
<Reference Include="Microsoft.IdentityModel.Logging, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
95-
<HintPath>packages\Microsoft.IdentityModel.Logging.5.5.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath>
103+
<Reference Include="Microsoft.IdentityModel.Logging, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
104+
<HintPath>packages\Microsoft.IdentityModel.Logging.7.1.2\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath>
105+
<Private>True</Private>
96106
</Reference>
97107
<Reference Include="Microsoft.IdentityModel.Protocols, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
98108
<HintPath>packages\Microsoft.IdentityModel.Protocols.5.5.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath>
99109
</Reference>
100110
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
101111
<HintPath>packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.5.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
102112
</Reference>
103-
<Reference Include="Microsoft.IdentityModel.Tokens, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104-
<HintPath>packages\Microsoft.IdentityModel.Tokens.5.5.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath>
113+
<Reference Include="Microsoft.IdentityModel.Tokens, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
114+
<HintPath>packages\Microsoft.IdentityModel.Tokens.7.1.2\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath>
115+
<Private>True</Private>
105116
</Reference>
106117
<Reference Include="Microsoft.SqlServer.Assessment, Version=1.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
107118
<HintPath>packages\Microsoft.SqlServer.SqlManagementObjects.160.2004021.0\lib\netstandard2.0\Microsoft.SqlServer.Assessment.dll</HintPath>
@@ -183,6 +194,10 @@
183194
<HintPath>packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
184195
</Reference>
185196
<Reference Include="System" />
197+
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
198+
<HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
199+
<Private>True</Private>
200+
</Reference>
186201
<Reference Include="System.ComponentModel.DataAnnotations" />
187202
<Reference Include="System.Core" />
188203
<Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
@@ -191,12 +206,37 @@
191206
<Private>True</Private>
192207
</Reference>
193208
<Reference Include="System.IdentityModel" />
194-
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
195-
<HintPath>packages\System.IdentityModel.Tokens.Jwt.5.5.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath>
209+
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
210+
<HintPath>packages\System.IdentityModel.Tokens.Jwt.5.7.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath>
211+
<Private>True</Private>
212+
</Reference>
213+
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
214+
<HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
215+
<Private>True</Private>
196216
</Reference>
197217
<Reference Include="System.Net.Http" />
218+
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
219+
<HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
220+
<Private>True</Private>
221+
</Reference>
222+
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
223+
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
224+
<Private>True</Private>
225+
</Reference>
198226
<Reference Include="System.Runtime.Serialization" />
199227
<Reference Include="System.Security" />
228+
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
229+
<HintPath>packages\System.Text.Encodings.Web.8.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
230+
<Private>True</Private>
231+
</Reference>
232+
<Reference Include="System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
233+
<HintPath>packages\System.Text.Json.8.0.1\lib\netstandard2.0\System.Text.Json.dll</HintPath>
234+
<Private>True</Private>
235+
</Reference>
236+
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
237+
<HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
238+
<Private>True</Private>
239+
</Reference>
200240
<Reference Include="System.Xml.Linq" />
201241
<Reference Include="System.Data.DataSetExtensions" />
202242
<Reference Include="Microsoft.CSharp" />
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net461" />
34
<package id="Microsoft.Data.SqlClient" version="1.1.1" targetFramework="net461" />
45
<package id="Microsoft.Data.SqlClient.SNI" version="1.1.0" targetFramework="net461" />
56
<package id="Microsoft.Identity.Client" version="3.0.8" targetFramework="net461" />
6-
<package id="Microsoft.IdentityModel.JsonWebTokens" version="5.5.0" targetFramework="net461" />
7-
<package id="Microsoft.IdentityModel.Logging" version="5.5.0" targetFramework="net461" />
7+
<package id="Microsoft.IdentityModel.Abstractions" version="7.1.2" targetFramework="net461" />
8+
<package id="Microsoft.IdentityModel.JsonWebTokens" version="7.1.2" targetFramework="net461" />
9+
<package id="Microsoft.IdentityModel.Logging" version="7.1.2" targetFramework="net461" />
810
<package id="Microsoft.IdentityModel.Protocols" version="5.5.0" targetFramework="net461" />
911
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="5.5.0" targetFramework="net461" />
10-
<package id="Microsoft.IdentityModel.Tokens" version="5.5.0" targetFramework="net461" />
12+
<package id="Microsoft.IdentityModel.Tokens" version="7.1.2" targetFramework="net461" />
1113
<package id="Microsoft.SqlServer.Management.SqlParser" version="150.37051.0" targetFramework="net461" />
1214
<package id="Microsoft.SqlServer.SqlManagementObjects" version="160.2004021.0" targetFramework="net461" />
1315
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
16+
<package id="System.Buffers" version="4.5.1" targetFramework="net461" />
1417
<package id="System.Data.Common" version="4.3.0" targetFramework="net461" />
15-
<package id="System.IdentityModel.Tokens.Jwt" version="5.5.0" targetFramework="net461" />
18+
<package id="System.IdentityModel.Tokens.Jwt" version="5.7.0" targetFramework="net461" />
19+
<package id="System.Memory" version="4.5.5" targetFramework="net461" />
20+
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net461" />
21+
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net461" />
22+
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net461" />
23+
<package id="System.Text.Json" version="8.0.1" targetFramework="net461" />
24+
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net461" />
1625
</packages>

0 commit comments

Comments
 (0)