Skip to content

Commit 2426d24

Browse files
authored
Fix component governance alerts (#52954)
1 parent 5b635c9 commit 2426d24

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

src/DataProtection/samples/EntityFrameworkCoreSample/EntityFrameworkCoreSample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<Reference Include="Microsoft.EntityFrameworkCore.InMemory" />
1111
<Reference Include="Microsoft.EntityFrameworkCore.SqlServer" />
1212
<Reference Include="Microsoft.Extensions.Logging.Console" />
13+
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
1314
</ItemGroup>
1415

1516
</Project>

src/Identity/samples/IdentitySample.DefaultUI/IdentitySample.DefaultUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<Reference Include="Microsoft.Extensions.Hosting" />
3232
<Reference Include="Microsoft.Extensions.Logging.Console" />
3333
<Reference Include="Microsoft.Extensions.Logging.Debug" />
34+
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
3435
</ItemGroup>
3536

3637
<ItemGroup>

src/Identity/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
<Reference Include="Microsoft.Extensions.Configuration.UserSecrets" />
2828
<Reference Include="Microsoft.Extensions.Logging.Console" />
2929
<Reference Include="Microsoft.Extensions.Logging.Debug" />
30+
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
3031
</ItemGroup>
3132
</Project>

src/Identity/testassets/Identity.DefaultUI.WebSite/Identity.DefaultUI.WebSite.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<Reference Include="Microsoft.Extensions.Logging.Configuration" />
4343
<Reference Include="Microsoft.Extensions.Logging.Console" />
4444
<Reference Include="Microsoft.Extensions.Logging.Debug" />
45+
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
4546
</ItemGroup>
4647

4748
<ItemGroup>

src/Middleware/HealthChecks/test/testassets/HealthChecksSample/HealthChecksSample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<Reference Include="Microsoft.Extensions.Configuration.Json" />
1515
<Reference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" />
1616
<Reference Include="Microsoft.Extensions.Logging.Console" />
17+
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
1718
<Reference Include="Newtonsoft.Json" />
1819
</ItemGroup>
1920

src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
<Reference Include="Microsoft.Extensions.Configuration.UserSecrets" />
2727
<Reference Include="Microsoft.Extensions.Logging.Console" />
2828
<Reference Include="Microsoft.Extensions.Logging.Debug" />
29+
<Reference Include="Azure.Identity" /> <!-- Direct dependency to fix CG -->
2930
</ItemGroup>
3031
</Project>

0 commit comments

Comments
 (0)