Skip to content

Commit

Permalink
Merge pull request #7763 from dotnet/darc-release/9.0.1xx-preview3-17…
Browse files Browse the repository at this point in the history
…024e10-3853-4769-b815-7042dc364cdf

[release/9.0.1xx-preview3] Update dependencies from dotnet/runtime
  • Loading branch information
v-wuzhai committed Mar 25, 2024
2 parents 5f39b36 + a4f6739 commit 80e5d60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<Sha>c0b5d69a1a1513528c77fffff708c7502d57c35c</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-preview.3.24172.4">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-preview.3.24172.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>dc0fcc0bf56312bfcb71ece56dfc9b8ca784ca3d</Sha>
<Sha>9e6ba1f68c6a9c7206dacdf1e4cac67ea19931eb</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.3.24172.4">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.3.24172.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>dc0fcc0bf56312bfcb71ece56dfc9b8ca784ca3d</Sha>
<Sha>9e6ba1f68c6a9c7206dacdf1e4cac67ea19931eb</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24126.1">
<Uri>https://github.com/dotnet/command-line-api</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Dependencies from https://github.com/dotnet/command-line-api -->
<SystemCommandLinePackageVersion>2.0.0-beta4.24126.1</SystemCommandLinePackageVersion>
<!-- Dependencies from https://github.com/dotnet/runtime -->
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-preview.3.24172.4</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>9.0.0-preview.3.24172.4</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-preview.3.24172.9</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>9.0.0-preview.3.24172.9</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
</PropertyGroup>
</Project>

0 comments on commit 80e5d60

Please sign in to comment.