-
Notifications
You must be signed in to change notification settings - Fork 125
[release/8.x] Update Azure Versions #9073
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
wiktork
merged 3 commits into
dotnet:release/8.x
from
kkeirstead:kkeirstead/release8AzureDependencyUpdates-fixedCentralized
Mar 24, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| <Project> | ||
| <Import Project="$(MSBuildThisFileDirectory)..\Directory.Build.props" /> | ||
| <Import Project="Versions.props" /> | ||
| <Import Project="Packages.props" /> | ||
| </Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| <Project> | ||
| <!-- | ||
| Packages in this file have versions updated periodically by Dependabot specifically for .NET 10. | ||
| These versions are also used to satisfy Azure SDK transitive dependencies that require .NET 10 packages. | ||
| --> | ||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="$(MicrosoftExtensionsConfigurationAbstractions100Version)" /> | ||
| <PackageReference Include="Microsoft.Extensions.Logging" Version="$(MicrosoftExtensionsLogging100Version)" /> | ||
| <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsLoggingAbstractions100Version)" /> | ||
| <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="$(MicrosoftExtensionsLoggingConsole100Version)" /> | ||
| <!-- | ||
| We want to update "Microsoft.NETCore.App.Runtime.*" but those packages are considered platform packages and cannot be added | ||
| as a package reference. Use Microsoft.NETCore.DotNetAppHost instead which is released in lockstep with the runtime packages and | ||
| with the same version number. | ||
| --> | ||
| <PackageReference Include="Microsoft.NETCore.DotNetAppHost" Version="$(MicrosoftNETCoreApp100Version)" /> | ||
| <PackageReference Include="System.Text.Json" Version="$(SystemTextJson100Version)" /> | ||
| </ItemGroup> | ||
| </Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| <Project> | ||
| <!-- Import references updated by Dependabot. --> | ||
| <PropertyGroup> | ||
| <!-- Microsoft.Extensions.Configuration.Abstractions --> | ||
| <MicrosoftExtensionsConfigurationAbstractions100Version>10.0.3</MicrosoftExtensionsConfigurationAbstractions100Version> | ||
| <!-- Microsoft.Extensions.Logging --> | ||
| <MicrosoftExtensionsLogging100Version>10.0.3</MicrosoftExtensionsLogging100Version> | ||
| <!-- Microsoft.Extensions.Logging.Abstractions --> | ||
| <MicrosoftExtensionsLoggingAbstractions100Version>10.0.3</MicrosoftExtensionsLoggingAbstractions100Version> | ||
| <!-- Microsoft.Extensions.Logging.Console --> | ||
| <MicrosoftExtensionsLoggingConsole100Version>10.0.3</MicrosoftExtensionsLoggingConsole100Version> | ||
| <!-- Microsoft.NETCore.App --> | ||
| <MicrosoftNETCoreApp100Version>10.0.3</MicrosoftNETCoreApp100Version> | ||
| <!-- System.Text.Json --> | ||
| <SystemTextJson100Version>10.0.1</SystemTextJson100Version> | ||
| </PropertyGroup> | ||
| </Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| <!-- This isn't a real project, but Dependabot requires a project. --> | ||
|
wiktork marked this conversation as resolved.
|
||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <TargetFramework>net10.0</TargetFramework> | ||
| </PropertyGroup> | ||
| </Project> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.