Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/sdk build 20240605…
Browse files Browse the repository at this point in the history
….17 (#6788)

[feature/9.x] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 9.0.0-preview.6.24304.8 to 9.0.0-preview.6.24305.3 (parent: VS.Redist.Common.NetCore.SdkPlaceholder.x64.9.0)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0: from 9.0.0-preview.6.24304.8 to 9.0.0-preview.6.24305.3 (parent: VS.Redist.Common.NetCore.SdkPlaceholder.x64.9.0)
  • Loading branch information
dotnet-maestro[bot] authored Jun 6, 2024
1 parent cd94a18 commit f810fe8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="9.0.0-preview.6.24304.8" CoherentParentDependency="VS.Redist.Common.NetCore.SdkPlaceholder.x64.9.0">
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="9.0.0-preview.6.24305.3" CoherentParentDependency="VS.Redist.Common.NetCore.SdkPlaceholder.x64.9.0">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>228900c8b3692f8684f4dc9c7cd5d9d53a276a8e</Sha>
<Sha>8adff2c3cf5a5f08ff8cf7715af7b3f540339c12</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.Monitoring" Version="8.0.0-preview.24305.1">
<Uri>https://github.com/dotnet/diagnostics</Uri>
Expand Down Expand Up @@ -50,13 +50,13 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>3750ac51619efbbc59bf07d3879758a9c18c4b0e</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0" Version="9.0.0-preview.6.24304.8" CoherentParentDependency="VS.Redist.Common.NetCore.SdkPlaceholder.x64.9.0">
<Dependency Name="VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0" Version="9.0.0-preview.6.24305.3" CoherentParentDependency="VS.Redist.Common.NetCore.SdkPlaceholder.x64.9.0">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>228900c8b3692f8684f4dc9c7cd5d9d53a276a8e</Sha>
<Sha>8adff2c3cf5a5f08ff8cf7715af7b3f540339c12</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.NetCore.SdkPlaceholder.x64.9.0" Version="9.0.100-preview.6.24305.1">
<Dependency Name="VS.Redist.Common.NetCore.SdkPlaceholder.x64.9.0" Version="9.0.100-preview.6.24305.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5a8b156bcc5b496d6de43c8cece1bacbb7fee46f</Sha>
<Sha>6ecc573c92a1237627b37310c6aec65ff3caacc8</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.9.0" Version="9.0.0-preview.6.24281.1" CoherentParentDependency="VS.Redist.Common.NetCore.SdkPlaceholder.x64.9.0">
<Uri>https://github.com/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 @@ -52,8 +52,8 @@
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.24305.5</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24305.5</MicrosoftDotNetXUnitExtensionsVersion>
<!-- dotnet/aspnetcore references -->
<MicrosoftAspNetCoreAppRuntimewinx64Version>9.0.0-preview.6.24304.8</MicrosoftAspNetCoreAppRuntimewinx64Version>
<VSRedistCommonAspNetCoreSharedFrameworkx6490Version>9.0.0-preview.6.24304.8</VSRedistCommonAspNetCoreSharedFrameworkx6490Version>
<MicrosoftAspNetCoreAppRuntimewinx64Version>9.0.0-preview.6.24305.3</MicrosoftAspNetCoreAppRuntimewinx64Version>
<VSRedistCommonAspNetCoreSharedFrameworkx6490Version>9.0.0-preview.6.24305.3</VSRedistCommonAspNetCoreSharedFrameworkx6490Version>
<!-- dotnet/command-line-api references -->
<SystemCommandLineVersion>2.0.0-beta4.24209.3</SystemCommandLineVersion>
<!-- dotnet/diagnostics references -->
Expand All @@ -65,7 +65,7 @@
<MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-preview.6.24281.1</MicrosoftNETCoreAppRuntimewinx64Version>
<VSRedistCommonNetCoreSharedFrameworkx6490Version>9.0.0-preview.6.24281.1</VSRedistCommonNetCoreSharedFrameworkx6490Version>
<!-- dotnet/sdk references -->
<VSRedistCommonNetCoreSdkPlaceholderx6490Version>9.0.100-preview.6.24305.1</VSRedistCommonNetCoreSdkPlaceholderx6490Version>
<VSRedistCommonNetCoreSdkPlaceholderx6490Version>9.0.100-preview.6.24305.17</VSRedistCommonNetCoreSdkPlaceholderx6490Version>
<!-- dotnet/symstore references -->
<MicrosoftFileFormatsVersion>1.0.530501</MicrosoftFileFormatsVersion>
</PropertyGroup>
Expand Down

0 comments on commit f810fe8

Please sign in to comment.