Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Update dependencies from https://github.com/dotnet/runtime build 2022…
…0915.3

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.7.0
 From Version 7.0.0-rc.2.22464.18 -> To Version 7.0.0-rtm.22465.3
  • Loading branch information
dotnet-maestro[bot] committed Sep 16, 2022
commit 7fcb05e86e4716ae04ef69e7bf9da4b36f5da316
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>430fd4679d6aea4dbee1df9d1233145ad22d1952</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="7.0.0-rc.2.22464.18">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="7.0.0-rtm.22465.3">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>04d61ca139d82b1a9bb8d19a0c6aa9bf5135a5a4</Sha>
<Sha>ee6cde5defb8d697d4a28602d072a3784890728f</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rc.2.22464.18">
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rtm.22465.3">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>04d61ca139d82b1a9bb8d19a0c6aa9bf5135a5a4</Sha>
<Sha>ee6cde5defb8d697d4a28602d072a3784890728f</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<!-- Latest symstore version updated by darc -->
<MicrosoftSymbolStoreVersion>1.0.345501</MicrosoftSymbolStoreVersion>
<!-- Latest shared runtime version updated by darc -->
<VSRedistCommonNetCoreSharedFrameworkx6470Version>7.0.0-rc.2.22464.18</VSRedistCommonNetCoreSharedFrameworkx6470Version>
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-rc.2.22464.18</MicrosoftNETCoreAppRuntimewinx64Version>
<VSRedistCommonNetCoreSharedFrameworkx6470Version>7.0.0-rtm.22465.3</VSRedistCommonNetCoreSharedFrameworkx6470Version>
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-rtm.22465.3</MicrosoftNETCoreAppRuntimewinx64Version>
<!-- Latest shared aspnetcore version updated by darc -->
<MicrosoftAspNetCoreAppRefInternalVersion>7.0.0-rc.2.22464.30</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>7.0.0-rc.2.22464.30</MicrosoftAspNetCoreAppRefVersion>
Expand Down