Skip to content

Commit d23fa6a

Browse files
Merge pull request #50 from zzzprojects/dependabot/nuget/EntityFrameworkExtras.EFCore3.Tests/System.IdentityModel.Tokens.Jwt-6.34.0
Bump System.IdentityModel.Tokens.Jwt from 6.8.0 to 6.34.0 in /EntityFrameworkExtras.EFCore3.Tests
2 parents e0b1406 + bf1ae47 commit d23fa6a

File tree

2 files changed

+60
-30
lines changed

2 files changed

+60
-30
lines changed

EntityFrameworkExtras.EFCore3.Tests/EntityFrameworkExtras.EFCore3.Tests.csproj

Lines changed: 46 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
<Prefer32Bit>false</Prefer32Bit>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
38+
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
39+
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
40+
<Private>True</Private>
4041
</Reference>
4142
<Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
4243
<HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.0\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
@@ -93,27 +94,35 @@
9394
<Reference Include="Microsoft.Identity.Client, Version=4.21.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
9495
<HintPath>..\packages\Microsoft.Identity.Client.4.21.1\lib\net461\Microsoft.Identity.Client.dll</HintPath>
9596
</Reference>
96-
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97-
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.6.8.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
97+
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
98+
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.7.2.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
99+
<Private>True</Private>
98100
</Reference>
99-
<Reference Include="Microsoft.IdentityModel.Logging, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100-
<HintPath>..\packages\Microsoft.IdentityModel.Logging.6.8.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath>
101+
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
102+
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.7.2.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
103+
<Private>True</Private>
104+
</Reference>
105+
<Reference Include="Microsoft.IdentityModel.Logging, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
106+
<HintPath>..\packages\Microsoft.IdentityModel.Logging.7.2.0\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
107+
<Private>True</Private>
101108
</Reference>
102109
<Reference Include="Microsoft.IdentityModel.Protocols, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
103110
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.6.8.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath>
104111
</Reference>
105112
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
106113
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.6.8.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
107114
</Reference>
108-
<Reference Include="Microsoft.IdentityModel.Tokens, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
109-
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.6.8.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath>
115+
<Reference Include="Microsoft.IdentityModel.Tokens, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
116+
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.7.2.0\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
117+
<Private>True</Private>
110118
</Reference>
111119
<Reference Include="nunit.framework">
112120
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
113121
</Reference>
114122
<Reference Include="System" />
115-
<Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
116-
<HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
123+
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
124+
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
125+
<Private>True</Private>
117126
</Reference>
118127
<Reference Include="System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
119128
<HintPath>..\packages\System.Collections.Immutable.1.7.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
@@ -138,20 +147,24 @@
138147
</Reference>
139148
<Reference Include="System.Drawing" />
140149
<Reference Include="System.IdentityModel" />
141-
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
142-
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.6.8.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath>
150+
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=6.34.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
151+
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.6.34.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
152+
<Private>True</Private>
143153
</Reference>
144-
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
145-
<HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
154+
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
155+
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
156+
<Private>True</Private>
146157
</Reference>
147158
<Reference Include="System.Net" />
148159
<Reference Include="System.Net.Http" />
149160
<Reference Include="System.Numerics" />
150-
<Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
151-
<HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
161+
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
162+
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
163+
<Private>True</Private>
152164
</Reference>
153-
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
154-
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
165+
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
166+
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
167+
<Private>True</Private>
155168
</Reference>
156169
<Reference Include="System.Security" />
157170
<Reference Include="System.Security.AccessControl, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
@@ -164,10 +177,23 @@
164177
<HintPath>..\packages\System.Security.Principal.Windows.4.7.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
165178
</Reference>
166179
<Reference Include="System.ServiceProcess" />
167-
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
168-
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
180+
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
181+
<HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
182+
<Private>True</Private>
183+
</Reference>
184+
<Reference Include="System.Text.Json, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
185+
<HintPath>..\packages\System.Text.Json.8.0.1\lib\net462\System.Text.Json.dll</HintPath>
186+
<Private>True</Private>
187+
</Reference>
188+
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
189+
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
190+
<Private>True</Private>
169191
</Reference>
170192
<Reference Include="System.Transactions" />
193+
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
194+
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
195+
<Private>True</Private>
196+
</Reference>
171197
<Reference Include="System.Windows.Forms" />
172198
<Reference Include="System.Xml.Linq" />
173199
<Reference Include="System.Data.DataSetExtensions" />

EntityFrameworkExtras.EFCore3.Tests/packages.config

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Bcl.AsyncInterfaces" version="1.1.0" targetFramework="net48" />
3+
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net48" />
44
<package id="Microsoft.Bcl.HashCode" version="1.1.0" targetFramework="net48" />
55
<package id="Microsoft.Data.SqlClient" version="2.1.7" targetFramework="net48" />
66
<package id="Microsoft.Data.SqlClient.SNI" version="2.1.1" targetFramework="net48" />
@@ -21,24 +21,28 @@
2121
<package id="Microsoft.Extensions.Options" version="3.1.0" targetFramework="net48" />
2222
<package id="Microsoft.Extensions.Primitives" version="3.1.0" targetFramework="net48" />
2323
<package id="Microsoft.Identity.Client" version="4.21.1" targetFramework="net48" />
24-
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" targetFramework="net48" />
25-
<package id="Microsoft.IdentityModel.Logging" version="6.8.0" targetFramework="net48" />
24+
<package id="Microsoft.IdentityModel.Abstractions" version="7.2.0" targetFramework="net48" />
25+
<package id="Microsoft.IdentityModel.JsonWebTokens" version="7.2.0" targetFramework="net48" />
26+
<package id="Microsoft.IdentityModel.Logging" version="7.2.0" targetFramework="net48" />
2627
<package id="Microsoft.IdentityModel.Protocols" version="6.8.0" targetFramework="net48" />
2728
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" targetFramework="net48" />
28-
<package id="Microsoft.IdentityModel.Tokens" version="6.8.0" targetFramework="net48" />
29+
<package id="Microsoft.IdentityModel.Tokens" version="7.2.0" targetFramework="net48" />
2930
<package id="NUnit" version="2.6.3" targetFramework="net40" />
30-
<package id="System.Buffers" version="4.4.0" targetFramework="net48" />
31+
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
3132
<package id="System.Collections.Immutable" version="1.7.0" targetFramework="net48" />
3233
<package id="System.ComponentModel.Annotations" version="4.7.0" targetFramework="net48" />
3334
<package id="System.Configuration.ConfigurationManager" version="4.7.0" targetFramework="net48" />
3435
<package id="System.Data.Common" version="4.3.0" targetFramework="net48" />
3536
<package id="System.Diagnostics.DiagnosticSource" version="4.7.0" targetFramework="net48" />
36-
<package id="System.IdentityModel.Tokens.Jwt" version="6.8.0" targetFramework="net48" />
37-
<package id="System.Memory" version="4.5.3" targetFramework="net48" />
38-
<package id="System.Numerics.Vectors" version="4.4.0" targetFramework="net48" />
39-
<package id="System.Runtime.CompilerServices.Unsafe" version="4.7.0" targetFramework="net48" />
37+
<package id="System.IdentityModel.Tokens.Jwt" version="6.34.0" targetFramework="net48" />
38+
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
39+
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
40+
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" />
4041
<package id="System.Security.AccessControl" version="4.7.0" targetFramework="net48" />
4142
<package id="System.Security.Permissions" version="4.7.0" targetFramework="net48" />
4243
<package id="System.Security.Principal.Windows" version="4.7.0" targetFramework="net48" />
43-
<package id="System.Threading.Tasks.Extensions" version="4.5.2" targetFramework="net48" />
44+
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net48" />
45+
<package id="System.Text.Json" version="8.0.1" targetFramework="net48" />
46+
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />
47+
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />
4448
</packages>

0 commit comments

Comments
 (0)