Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/runtime (#4979)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/runtime
  • Loading branch information
dotnet-maestro[bot] authored Oct 4, 2024
1 parent 46cd690 commit 0595232
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
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>9d5458536b0e28996570b0ebbb1c2dbc5afedf56</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-rtm.24501.6">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-rtm.24503.8">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>58801184a1f0300d193517a77a054f51752aa3b2</Sha>
<Sha>3429fee9ed58213a8916e1e2aa921fda6ba24aa2</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.9.0" Version="9.0.0-rtm.24501.6">
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.9.0" Version="9.0.0-rtm.24503.8">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>58801184a1f0300d193517a77a054f51752aa3b2</Sha>
<Sha>3429fee9ed58213a8916e1e2aa921fda6ba24aa2</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.0-alpha.1.24480.3">
Expand Down
9 changes: 5 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Latest shared runtime version updated by darc -->
<VSRedistCommonNetCoreSharedFrameworkx6490Version>9.0.0-rtm.24501.6</VSRedistCommonNetCoreSharedFrameworkx6490Version>
<MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-rtm.24501.6</MicrosoftNETCoreAppRuntimewinx64Version>
<VSRedistCommonNetCoreSharedFrameworkx6490Version>9.0.0-rtm.24503.8</VSRedistCommonNetCoreSharedFrameworkx6490Version>
<MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-rtm.24503.8</MicrosoftNETCoreAppRuntimewinx64Version>
<!-- Latest shared aspnetcore version updated by darc -->
<MicrosoftAspNetCoreAppRefInternalVersion>9.0.0-rtm.24501.7</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>9.0.0-rtm.24501.7</MicrosoftAspNetCoreAppRefVersion>
Expand Down Expand Up @@ -102,7 +102,8 @@
-->
<PropertyGroup>
<MicrosoftNETCoreApp90Version></MicrosoftNETCoreApp90Version>
<MicrosoftNETCoreApp90Version>
</MicrosoftNETCoreApp90Version>
<MicrosoftNETCoreApp80Version>8.0.8</MicrosoftNETCoreApp80Version>
<MicrosoftNETCoreApp60Version>6.0.33</MicrosoftNETCoreApp60Version>
</PropertyGroup>
Expand All @@ -121,7 +122,7 @@
<AspNet>$(MicrosoftAspNetCoreAppRefVersion)</AspNet>
<TargetFramework>net9.0</TargetFramework>
</RuntimeTestVersions>
<!--
<!--
<RuntimeTestVersions Include="Servicing1">
<RuntimeDownload>$(MicrosoftNETCoreApp90Version)</RuntimeDownload>
<Runtime>$(MicrosoftNETCoreApp90Version)</Runtime>
Expand Down

0 comments on commit 0595232

Please sign in to comment.