Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
Browse files Browse the repository at this point in the history
…0220916.18 (#2516)

[main] Update dependencies from dotnet/aspnetcore
- Coherency Updates:
  - Microsoft.NETCore.App.Runtime.win-x64: from 7.0.0-rtm.22465.3 to 7.0.0-rtm.22466.6 (parent: Microsoft.AspNetCore.App.Runtime.win-x64)
  - VS.Redist.Common.NetCore.SharedFramework.x64.7.0: from 7.0.0-rtm.22465.3 to 7.0.0-rtm.22466.6 (parent: VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0)
  • Loading branch information
dotnet-maestro[bot] authored Sep 17, 2022
1 parent 266b49d commit f9eb88c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="7.0.0-rc.2.22465.27">
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="7.0.0-rtm.22466.18">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>b08a85d0f729d3ccb4d1cb30e713dcf6b5ad9233</Sha>
<Sha>282f781c30da7b813099cd7878600368dffac804</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22464.4">
<Uri>https://github.com/dotnet/arcade</Uri>
Expand All @@ -30,17 +30,17 @@
<Uri>https://github.com/dotnet/symstore</Uri>
<Sha>ecc608c89f6de49a937e9d6f180141bbc1639092</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="7.0.0-rtm.22465.3" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="7.0.0-rtm.22466.6" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>ee6cde5defb8d697d4a28602d072a3784890728f</Sha>
<Sha>43a11661ae9bacdd847663207bef79fe93d69df7</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0" Version="7.0.0-rc.2.22465.27">
<Dependency Name="VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0" Version="7.0.0-rtm.22466.18">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>b08a85d0f729d3ccb4d1cb30e713dcf6b5ad9233</Sha>
<Sha>282f781c30da7b813099cd7878600368dffac804</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rtm.22465.3" CoherentParentDependency="VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0">
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rtm.22466.6" CoherentParentDependency="VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>ee6cde5defb8d697d4a28602d072a3784890728f</Sha>
<Sha>43a11661ae9bacdd847663207bef79fe93d69df7</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
<!-- dotnet/arcade references -->
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.22464.4</MicrosoftDotNetXUnitExtensionsVersion>
<!-- dotnet/aspnetcore references -->
<MicrosoftAspNetCoreAppRuntimewinx64Version>7.0.0-rc.2.22465.27</MicrosoftAspNetCoreAppRuntimewinx64Version>
<VSRedistCommonAspNetCoreSharedFrameworkx6470Version>7.0.0-rc.2.22465.27</VSRedistCommonAspNetCoreSharedFrameworkx6470Version>
<MicrosoftAspNetCoreAppRuntimewinx64Version>7.0.0-rtm.22466.18</MicrosoftAspNetCoreAppRuntimewinx64Version>
<VSRedistCommonAspNetCoreSharedFrameworkx6470Version>7.0.0-rtm.22466.18</VSRedistCommonAspNetCoreSharedFrameworkx6470Version>
<!-- dotnet/command-line-api references -->
<SystemCommandLineVersion>2.0.0-beta4.22457.1</SystemCommandLineVersion>
<!-- dotnet/diagnostics references -->
<MicrosoftDiagnosticsMonitoringVersion>5.0.0-preview.22456.1</MicrosoftDiagnosticsMonitoringVersion>
<MicrosoftDiagnosticsMonitoringEventPipeVersion>5.0.0-preview.22456.1</MicrosoftDiagnosticsMonitoringEventPipeVersion>
<!-- dotnet/runtime references -->
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-rtm.22465.3</MicrosoftNETCoreAppRuntimewinx64Version>
<VSRedistCommonNetCoreSharedFrameworkx6470Version>7.0.0-rtm.22465.3</VSRedistCommonNetCoreSharedFrameworkx6470Version>
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-rtm.22466.6</MicrosoftNETCoreAppRuntimewinx64Version>
<VSRedistCommonNetCoreSharedFrameworkx6470Version>7.0.0-rtm.22466.6</VSRedistCommonNetCoreSharedFrameworkx6470Version>
<!-- dotnet/symstore references -->
<MicrosoftFileFormatsVersion>1.0.345501</MicrosoftFileFormatsVersion>
</PropertyGroup>
Expand Down

0 comments on commit f9eb88c

Please sign in to comment.