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
Revert "Update dependencies from https://github.com/dotnet/runtime bu…
…ild 20221106.2 (#5570)"

This reverts commit 7178f7b.
  • Loading branch information
JanKrivanek committed Nov 8, 2022
commit b7744388a10f77dae6c24fda017436cc770ffeab
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<Sha>dab1b0db4f4937b9213c5aecc5a5279d88180741</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-alpha.1.22556.2">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-alpha.1.22530.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>94cbc49cd9084b1256cc9b90b425336676228599</Sha>
<Sha>e6700ea21bbb17ca5058801259bc2d05957814d4</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-alpha.1.22556.2">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-alpha.1.22530.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>94cbc49cd9084b1256cc9b90b425336676228599</Sha>
<Sha>e6700ea21bbb17ca5058801259bc2d05957814d4</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.22504.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.22504.1</SystemCommandLinePackageVersion>
<!-- Dependencies from https://github.com/dotnet/runtime -->
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-alpha.1.22556.2</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>8.0.0-alpha.1.22556.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-alpha.1.22530.1</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>8.0.0-alpha.1.22530.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
</PropertyGroup>
</Project>