Skip to content

Commit 803c96c

Browse files
Bump Microsoft.Identity.Client in /EntityFrameworkExtras.EFCore3.Tests
Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.21.1 to 4.61.3. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md) - [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.21.1...4.61.3) --- updated-dependencies: - dependency-name: Microsoft.Identity.Client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 848f225 commit 803c96c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@
9191
<Reference Include="Microsoft.Extensions.Primitives, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
9292
<HintPath>..\packages\Microsoft.Extensions.Primitives.3.1.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
9393
</Reference>
94-
<Reference Include="Microsoft.Identity.Client, Version=4.21.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
95-
<HintPath>..\packages\Microsoft.Identity.Client.4.21.1\lib\net461\Microsoft.Identity.Client.dll</HintPath>
94+
<Reference Include="Microsoft.Identity.Client, Version=4.61.3.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
95+
<HintPath>..\packages\Microsoft.Identity.Client.4.61.3\lib\net462\Microsoft.Identity.Client.dll</HintPath>
96+
<Private>True</Private>
9697
</Reference>
9798
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
9899
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.7.2.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
@@ -142,8 +143,9 @@
142143
<Private>True</Private>
143144
</Reference>
144145
<Reference Include="System.Data.OracleClient" />
145-
<Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
146-
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.7.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
146+
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
147+
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
148+
<Private>True</Private>
147149
</Reference>
148150
<Reference Include="System.Drawing" />
149151
<Reference Include="System.IdentityModel" />

EntityFrameworkExtras.EFCore3.Tests/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<package id="Microsoft.Extensions.Logging.Abstractions" version="3.1.0" targetFramework="net48" />
2121
<package id="Microsoft.Extensions.Options" version="3.1.0" targetFramework="net48" />
2222
<package id="Microsoft.Extensions.Primitives" version="3.1.0" targetFramework="net48" />
23-
<package id="Microsoft.Identity.Client" version="4.21.1" targetFramework="net48" />
23+
<package id="Microsoft.Identity.Client" version="4.61.3" targetFramework="net48" />
2424
<package id="Microsoft.IdentityModel.Abstractions" version="7.2.0" targetFramework="net48" />
2525
<package id="Microsoft.IdentityModel.JsonWebTokens" version="7.2.0" targetFramework="net48" />
2626
<package id="Microsoft.IdentityModel.Logging" version="7.2.0" targetFramework="net48" />
@@ -33,7 +33,7 @@
3333
<package id="System.ComponentModel.Annotations" version="4.7.0" targetFramework="net48" />
3434
<package id="System.Configuration.ConfigurationManager" version="4.7.0" targetFramework="net48" />
3535
<package id="System.Data.Common" version="4.3.0" targetFramework="net48" />
36-
<package id="System.Diagnostics.DiagnosticSource" version="4.7.0" targetFramework="net48" />
36+
<package id="System.Diagnostics.DiagnosticSource" version="8.0.1" targetFramework="net48" />
3737
<package id="System.IdentityModel.Tokens.Jwt" version="6.34.0" targetFramework="net48" />
3838
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
3939
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />

0 commit comments

Comments
 (0)