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…
…0730.3

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.7.0
 From Version 7.0.0-rc.1.22380.1 -> To Version 7.0.0-rc.1.22380.3
  • Loading branch information
dotnet-maestro[bot] committed Jul 31, 2022
commit 3b0ed55710b4524cd16abda83a9fca63c4a72fbb
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>8fe74e4d3ef2d26f58e3a2dfef90c64233941cfe</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="7.0.0-rc.1.22380.1">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="7.0.0-rc.1.22380.3">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>948142214f24c0b2db485e9246b73f18be43cf49</Sha>
<Sha>17a4eca42337109c4f916a023d97df12b50b5d59</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rc.1.22380.1">
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rc.1.22380.3">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>948142214f24c0b2db485e9246b73f18be43cf49</Sha>
<Sha>17a4eca42337109c4f916a023d97df12b50b5d59</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.337501</MicrosoftSymbolStoreVersion>
<!-- Latest shared runtime version updated by darc -->
<VSRedistCommonNetCoreSharedFrameworkx6470Version>7.0.0-rc.1.22380.1</VSRedistCommonNetCoreSharedFrameworkx6470Version>
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-rc.1.22380.1</MicrosoftNETCoreAppRuntimewinx64Version>
<VSRedistCommonNetCoreSharedFrameworkx6470Version>7.0.0-rc.1.22380.3</VSRedistCommonNetCoreSharedFrameworkx6470Version>
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-rc.1.22380.3</MicrosoftNETCoreAppRuntimewinx64Version>
<!-- Latest shared aspnetcore version updated by darc -->
<MicrosoftAspNetCoreAppRefInternalVersion>7.0.0-rc.1.22379.5</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>7.0.0-rc.1.22379.5</MicrosoftAspNetCoreAppRefVersion>
Expand Down