Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/eng/dependabot/independent/…
Browse files Browse the repository at this point in the history
…main/identity-dependencies-6d9fe871f5
  • Loading branch information
kkeirstead authored Jul 22, 2024
2 parents 570f55c + ce4856b commit 43fc099
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
<Sha>8e941eb42f819adb116b881195158b3887a70a1c</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.Monitoring" Version="8.0.0-preview.24360.1">
<Dependency Name="Microsoft.Diagnostics.Monitoring" Version="8.0.0-preview.24369.1">
<Uri>https://github.com/dotnet/diagnostics</Uri>
<Sha>36f19c4904821895ca4d08969adb65b46964b3ce</Sha>
<Sha>ed1f445df93aca5e2a184135ddbb1a09757372a7</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.Monitoring.EventPipe" Version="8.0.0-preview.24360.1">
<Dependency Name="Microsoft.Diagnostics.Monitoring.EventPipe" Version="8.0.0-preview.24369.1">
<Uri>https://github.com/dotnet/diagnostics</Uri>
<Sha>36f19c4904821895ca4d08969adb65b46964b3ce</Sha>
<Sha>ed1f445df93aca5e2a184135ddbb1a09757372a7</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24324.3">
<Uri>https://github.com/dotnet/command-line-api</Uri>
Expand Down Expand Up @@ -46,9 +46,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fa3d544b066661522f1ec5d5e8cfd461a29b0f8a</Sha>
</Dependency>
<Dependency Name="Microsoft.FileFormats" Version="1.0.536001">
<Dependency Name="Microsoft.FileFormats" Version="1.0.536901">
<Uri>https://github.com/dotnet/diagnostics</Uri>
<Sha>36f19c4904821895ca4d08969adb65b46964b3ce</Sha>
<Sha>ed1f445df93aca5e2a184135ddbb1a09757372a7</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<!-- dotnet/command-line-api references -->
<SystemCommandLineVersion>2.0.0-beta4.24324.3</SystemCommandLineVersion>
<!-- dotnet/diagnostics references -->
<MicrosoftDiagnosticsMonitoringVersion>8.0.0-preview.24360.1</MicrosoftDiagnosticsMonitoringVersion>
<MicrosoftDiagnosticsMonitoringEventPipeVersion>8.0.0-preview.24360.1</MicrosoftDiagnosticsMonitoringEventPipeVersion>
<MicrosoftDiagnosticsMonitoringVersion>8.0.0-preview.24369.1</MicrosoftDiagnosticsMonitoringVersion>
<MicrosoftDiagnosticsMonitoringEventPipeVersion>8.0.0-preview.24369.1</MicrosoftDiagnosticsMonitoringEventPipeVersion>
<!-- dotnet/installer references -->
<MicrosoftDotnetSdkInternalVersion>8.0.103-servicing.24114.15</MicrosoftDotnetSdkInternalVersion>
<!-- dotnet/roslyn-analyzers -->
Expand All @@ -67,7 +67,7 @@
<MicrosoftNETCoreAppRuntimewinx64Version>8.0.1</MicrosoftNETCoreAppRuntimewinx64Version>
<VSRedistCommonNetCoreSharedFrameworkx6480Version>8.0.1-servicing.23580.1</VSRedistCommonNetCoreSharedFrameworkx6480Version>
<!-- dotnet/symstore references -->
<MicrosoftFileFormatsVersion>1.0.536001</MicrosoftFileFormatsVersion>
<MicrosoftFileFormatsVersion>1.0.536901</MicrosoftFileFormatsVersion>
</PropertyGroup>
<PropertyGroup Label="Runtime Versions">
<MicrosoftAspNetCoreApp31Version>$(MicrosoftNETCoreApp31Version)</MicrosoftAspNetCoreApp31Version>
Expand Down
4 changes: 2 additions & 2 deletions eng/dependabot/independent/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<PropertyGroup>
<AzureIdentityVersion>1.12.0</AzureIdentityVersion>
<AzureStorageBlobsVersion>12.20.0</AzureStorageBlobsVersion>
<AzureStorageQueuesVersion>12.18.0</AzureStorageQueuesVersion>
<AzureStorageBlobsVersion>12.21.0</AzureStorageBlobsVersion>
<AzureStorageQueuesVersion>12.19.0</AzureStorageQueuesVersion>
<MicrosoftIdentityWebVersion>3.0.0</MicrosoftIdentityWebVersion>
<MicrosoftOpenApiReadersVersion>1.6.15</MicrosoftOpenApiReadersVersion>
<SystemPrivateUriVersion>4.3.2</SystemPrivateUriVersion>
Expand Down

0 comments on commit 43fc099

Please sign in to comment.