Skip to content

Commit 4cd4a89

Browse files
Bump Microsoft.Identity.Client from 4.70.0 to 4.70.2
Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.70.0 to 4.70.2. - [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.70.0...4.70.2) --- updated-dependencies: - dependency-name: Microsoft.Identity.Client dependency-version: 4.70.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d843e0c commit 4cd4a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="coverlet.collector" Version="6.0.2" />
99
<PackageReference Include="Microsoft.Graph" Version="5.74.0" />
10-
<PackageReference Include="Microsoft.Identity.Client" Version="4.70.0" />
10+
<PackageReference Include="Microsoft.Identity.Client" Version="4.70.2" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1212
<PackageReference Include="xunit" Version="2.9.2" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />

0 commit comments

Comments
 (0)