Skip to content

Commit c06e93c

Browse files
Bump Microsoft.IdentityModel.Abstractions from 8.0.1 to 8.14.0
--- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5f637b commit c06e93c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
<HintPath>..\packages\Microsoft.Identity.Client.Extensions.Msal.4.79.2\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll</HintPath>
123123
<Private>True</Private>
124124
</Reference>
125-
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
126-
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.15.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
125+
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
126+
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.14.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
127127
<Private>True</Private>
128128
</Reference>
129129
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=8.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

PXWeb/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<package id="Microsoft.Extensions.Logging.Abstractions" version="8.0.3" targetFramework="net48" />
2121
<package id="Microsoft.Identity.Client" version="4.73.1" targetFramework="net48" />
2222
<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" />
23+
<package id="Microsoft.IdentityModel.Abstractions" version="8.14.0" targetFramework="net48" />
2424
<package id="Microsoft.IdentityModel.JsonWebTokens" version="8.0.1" targetFramework="net48" />
2525
<package id="Microsoft.IdentityModel.Logging" version="8.0.1" targetFramework="net48" />
2626
<package id="Microsoft.IdentityModel.Protocols" version="8.0.1" targetFramework="net48" />

0 commit comments

Comments
 (0)