Skip to content

Commit 30dbd0f

Browse files
Bump Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.0.1 to 8.14.0
--- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect dependency-version: 8.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59fafbe commit 30dbd0f

File tree

3 files changed

+43
-30
lines changed

3 files changed

+43
-30
lines changed

PCAxis.Charting/PxChart/PCAxis.Charting.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@
138138
</PackageReference>
139139
</ItemGroup>
140140
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142-
Other similar extension points exist, see Microsoft.Common.targets.
143-
<Target Name="BeforeBuild">
144-
</Target>
145-
<Target Name="AfterBuild">
146-
</Target>
141+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142+
Other similar extension points exist, see Microsoft.Common.targets.
143+
<Target Name="BeforeBuild">
144+
</Target>
145+
<Target Name="AfterBuild">
146+
</Target>
147147
-->
148148
</Project>

PXWeb/PXWeb.csproj

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,13 @@
7979
<Reference Include="log4net, Version=3.1.0.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
8080
<HintPath>..\packages\log4net.3.1.0\lib\net462\log4net.dll</HintPath>
8181
</Reference>
82-
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
83-
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
82+
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
83+
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.8\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
84+
<Private>True</Private>
85+
</Reference>
86+
<Reference Include="Microsoft.Bcl.TimeProvider, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
87+
<HintPath>..\packages\Microsoft.Bcl.TimeProvider.9.0.8\lib\net462\Microsoft.Bcl.TimeProvider.dll</HintPath>
88+
<Private>True</Private>
8489
</Reference>
8590
<Reference Include="Microsoft.CSharp" />
8691
<Reference Include="Microsoft.Data.SqlClient, Version=5.0.0.0, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL">
@@ -98,23 +103,29 @@
98103
<Reference Include="Microsoft.Identity.Client.Extensions.Msal, Version=4.73.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
99104
<HintPath>..\packages\Microsoft.Identity.Client.Extensions.Msal.4.73.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll</HintPath>
100105
</Reference>
101-
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
102-
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.0.1\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
106+
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
107+
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.14.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
108+
<Private>True</Private>
103109
</Reference>
104-
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
105-
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.8.0.1\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
110+
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
111+
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.8.14.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
112+
<Private>True</Private>
106113
</Reference>
107-
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108-
<HintPath>..\packages\Microsoft.IdentityModel.Logging.8.0.1\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
114+
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
115+
<HintPath>..\packages\Microsoft.IdentityModel.Logging.8.14.0\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
116+
<Private>True</Private>
109117
</Reference>
110-
<Reference Include="Microsoft.IdentityModel.Protocols, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
111-
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.8.0.1\lib\net472\Microsoft.IdentityModel.Protocols.dll</HintPath>
118+
<Reference Include="Microsoft.IdentityModel.Protocols, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
119+
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.8.14.0\lib\net472\Microsoft.IdentityModel.Protocols.dll</HintPath>
120+
<Private>True</Private>
112121
</Reference>
113-
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
114-
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.0.1\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
122+
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
123+
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.14.0\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
124+
<Private>True</Private>
115125
</Reference>
116-
<Reference Include="Microsoft.IdentityModel.Tokens, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
117-
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.8.0.1\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
126+
<Reference Include="Microsoft.IdentityModel.Tokens, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
127+
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.8.14.0\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
128+
<Private>True</Private>
118129
</Reference>
119130
<Reference Include="Microsoft.Web.Infrastructure, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
120131
<HintPath>..\packages\Microsoft.Web.Infrastructure.2.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
@@ -207,8 +218,9 @@
207218
<Reference Include="System.DirectoryServices" />
208219
<Reference Include="System.DirectoryServices.Protocols" />
209220
<Reference Include="System.IdentityModel" />
210-
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
211-
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.8.0.1\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
221+
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
222+
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.8.14.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
223+
<Private>True</Private>
212224
</Reference>
213225
<Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
214226
<HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>

PXWeb/packages.config

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,21 @@
1212
<package id="Microsoft.AspNet.WebApi.Client" version="6.0.0" targetFramework="net48" />
1313
<package id="Microsoft.AspNet.WebApi.Core" version="5.3.0" targetFramework="net48" />
1414
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.3.0" targetFramework="net48" />
15-
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net48" />
15+
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.8" targetFramework="net48" />
16+
<package id="Microsoft.Bcl.TimeProvider" version="9.0.8" targetFramework="net48" />
1617
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net48" />
1718
<package id="Microsoft.Data.SqlClient" version="5.2.3" targetFramework="net48" />
1819
<package id="Microsoft.Data.SqlClient.SNI" version="5.2.0" targetFramework="net48" />
1920
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.2" targetFramework="net48" />
2021
<package id="Microsoft.Extensions.Logging.Abstractions" version="8.0.3" targetFramework="net48" />
2122
<package id="Microsoft.Identity.Client" version="4.73.1" targetFramework="net48" />
2223
<package id="Microsoft.Identity.Client.Extensions.Msal" version="4.73.1" targetFramework="net48" />
23-
<package id="Microsoft.IdentityModel.Abstractions" version="8.0.1" targetFramework="net48" />
24-
<package id="Microsoft.IdentityModel.JsonWebTokens" version="8.0.1" targetFramework="net48" />
25-
<package id="Microsoft.IdentityModel.Logging" version="8.0.1" targetFramework="net48" />
26-
<package id="Microsoft.IdentityModel.Protocols" version="8.0.1" targetFramework="net48" />
27-
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.0.1" targetFramework="net48" />
28-
<package id="Microsoft.IdentityModel.Tokens" version="8.0.1" targetFramework="net48" />
24+
<package id="Microsoft.IdentityModel.Abstractions" version="8.14.0" targetFramework="net48" />
25+
<package id="Microsoft.IdentityModel.JsonWebTokens" version="8.14.0" targetFramework="net48" />
26+
<package id="Microsoft.IdentityModel.Logging" version="8.14.0" targetFramework="net48" />
27+
<package id="Microsoft.IdentityModel.Protocols" version="8.14.0" targetFramework="net48" />
28+
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.14.0" targetFramework="net48" />
29+
<package id="Microsoft.IdentityModel.Tokens" version="8.14.0" targetFramework="net48" />
2930
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net48" />
3031
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
3132
<package id="Newtonsoft.Json.Bson" version="1.0.2" targetFramework="net48" />
@@ -55,7 +56,7 @@
5556
<package id="System.Diagnostics.PerformanceCounter" version="8.0.0" targetFramework="net48" />
5657
<package id="System.DirectoryServices" version="8.0.0" targetFramework="net48" />
5758
<package id="System.DirectoryServices.Protocols" version="8.0.0" targetFramework="net48" />
58-
<package id="System.IdentityModel.Tokens.Jwt" version="8.0.1" targetFramework="net48" />
59+
<package id="System.IdentityModel.Tokens.Jwt" version="8.14.0" targetFramework="net48" />
5960
<package id="System.IO" version="4.3.0" targetFramework="net48" />
6061
<package id="System.IO.FileSystem.AccessControl" version="5.0.0" targetFramework="net48" />
6162
<package id="System.IO.FileSystem.Primitives" version="4.3.0" targetFramework="net48" />

0 commit comments

Comments
 (0)