Skip to content

[release/9.0] Update dependencies from dotnet/efcore, dotnet/runtime #57436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
665dd9d
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 21, 2024
4db858c
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 21, 2024
c77f0c7
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 21, 2024
3f05656
Update dependencies from https://github.com/dotnet/runtime build 2024…
dotnet-maestro[bot] Aug 21, 2024
faed07c
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 21, 2024
8064907
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 21, 2024
f1cf760
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 21, 2024
1c7ffbd
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 22, 2024
0e225b3
Update dependencies from https://github.com/dotnet/runtime build 2024…
dotnet-maestro[bot] Aug 22, 2024
972a0b6
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 22, 2024
6ee6945
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 22, 2024
22174f1
Update dependencies from https://github.com/dotnet/runtime build 2024…
dotnet-maestro[bot] Aug 23, 2024
ca1ea73
Update dependencies from https://github.com/dotnet/runtime build 2024…
dotnet-maestro[bot] Aug 24, 2024
74d89fd
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 26, 2024
e68ed8d
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 27, 2024
ace6340
Update dependencies from https://github.com/dotnet/runtime build 2024…
dotnet-maestro[bot] Aug 27, 2024
f5b8420
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 27, 2024
9e05311
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 27, 2024
8933c00
Update dependencies from https://github.com/dotnet/runtime build 2024…
dotnet-maestro[bot] Aug 28, 2024
b9964e8
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 29, 2024
d8eed9b
Update dependencies from https://github.com/dotnet/runtime build 2024…
dotnet-maestro[bot] Aug 29, 2024
c8df865
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 29, 2024
02411a7
Update dependencies from https://github.com/dotnet/runtime build 2024…
dotnet-maestro[bot] Aug 30, 2024
ce2be39
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 31, 2024
f793f74
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Aug 31, 2024
ba1543b
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Sep 2, 2024
bf3c80f
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Sep 2, 2024
10d18cf
Update dependencies from https://github.com/dotnet/efcore build 20240…
dotnet-maestro[bot] Sep 3, 2024
cb79a7b
Fix Azure.Identity package downgrade warning
sebastienros Sep 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
320 changes: 160 additions & 160 deletions eng/Version.Details.xml

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions eng/Versions.props

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@
<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>
Loading