Fix component governance alerts (#52954)

This commit is contained in:
Sébastien Ros 2023-12-22 10:00:05 -08:00 коммит произвёл GitHub
Родитель 5b635c9536
Коммит 2426d24e0d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 6 добавлений и 0 удалений

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

@ -10,6 +10,7 @@
<Reference Include="Microsoft.EntityFrameworkCore.InMemory" />
<Reference Include="Microsoft.EntityFrameworkCore.SqlServer" />
<Reference Include="Microsoft.Extensions.Logging.Console" />
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
</ItemGroup>
</Project>

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

@ -31,6 +31,7 @@
<Reference Include="Microsoft.Extensions.Hosting" />
<Reference Include="Microsoft.Extensions.Logging.Console" />
<Reference Include="Microsoft.Extensions.Logging.Debug" />
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
</ItemGroup>
<ItemGroup>

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

@ -27,5 +27,6 @@
<Reference Include="Microsoft.Extensions.Configuration.UserSecrets" />
<Reference Include="Microsoft.Extensions.Logging.Console" />
<Reference Include="Microsoft.Extensions.Logging.Debug" />
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
</ItemGroup>
</Project>

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

@ -42,6 +42,7 @@
<Reference Include="Microsoft.Extensions.Logging.Configuration" />
<Reference Include="Microsoft.Extensions.Logging.Console" />
<Reference Include="Microsoft.Extensions.Logging.Debug" />
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
</ItemGroup>
<ItemGroup>

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

@ -14,6 +14,7 @@
<Reference Include="Microsoft.Extensions.Configuration.Json" />
<Reference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" />
<Reference Include="Microsoft.Extensions.Logging.Console" />
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
<Reference Include="Newtonsoft.Json" />
</ItemGroup>

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

@ -26,5 +26,6 @@
<Reference Include="Microsoft.Extensions.Configuration.UserSecrets" />
<Reference Include="Microsoft.Extensions.Logging.Console" />
<Reference Include="Microsoft.Extensions.Logging.Debug" />
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
</ItemGroup>
</Project>