Skip to content

Commit 0866311

Browse files
Bump Microsoft.IdentityModel.Tokens from 8.0.1 to 8.14.0
--- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Tokens 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 0866311

File tree

3 files changed

+27
-18
lines changed

3 files changed

+27
-18
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: 16 additions & 8 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,26 @@
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>
104110
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
105111
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.8.0.1\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
106112
</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>
113+
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
114+
<HintPath>..\packages\Microsoft.IdentityModel.Logging.8.14.0\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
115+
<Private>True</Private>
109116
</Reference>
110117
<Reference Include="Microsoft.IdentityModel.Protocols, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
111118
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.8.0.1\lib\net472\Microsoft.IdentityModel.Protocols.dll</HintPath>
112119
</Reference>
113120
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
114121
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.0.1\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
115122
</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>
123+
<Reference Include="Microsoft.IdentityModel.Tokens, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
124+
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.8.14.0\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
125+
<Private>True</Private>
118126
</Reference>
119127
<Reference Include="Microsoft.Web.Infrastructure, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
120128
<HintPath>..\packages\Microsoft.Web.Infrastructure.2.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>

PXWeb/packages.config

Lines changed: 5 additions & 4 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.Abstractions" version="8.14.0" targetFramework="net48" />
2425
<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.Logging" version="8.14.0" targetFramework="net48" />
2627
<package id="Microsoft.IdentityModel.Protocols" version="8.0.1" targetFramework="net48" />
2728
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.0.1" targetFramework="net48" />
28-
<package id="Microsoft.IdentityModel.Tokens" version="8.0.1" 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" />

0 commit comments

Comments
 (0)