Merge pull request #404 from Azure/dependabot/nuget/tools/code/extractor/Azure.Identity-1.10.2

Bump Azure.Identity from 1.8.0 to 1.10.2 in /tools/code/extractor
This commit is contained in:
Wael Kdouh 2023-10-27 01:55:06 -10:00 коммит произвёл GitHub
Родитель ee1d567390 1d661089af
Коммит e9455a9d56
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@ -14,7 +14,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.8.0" />
<PackageReference Include="Azure.Identity" Version="1.10.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="2.2.0" />
</ItemGroup>