Skip to content

Commit

Permalink
Merge branch 'release/8.0.1xx' of https://github.com/dotnet/templating
Browse files Browse the repository at this point in the history
…into Jason/Fixes#7121
  • Loading branch information
v-wuzhai committed Oct 18, 2023
2 parents 7840afe + 9a3fe84 commit 77a7ef6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.23475.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.23502.1">
<Uri>https://github.com/dotnet/source-build-externals</Uri>
<Sha>e04156dbe14f882a80d4499dbebd45ab156b6c3c</Sha>
<Sha>ed17956dbc31097b7ba6a66be086f4a70a97d84f</Sha>
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23471.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23516.4">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>7b55da982fc6e71c1776c4de89111aee0eecb45a</Sha>
<Sha>b4fa7f2e1e65ef49881be2ab2df27624280a8c55</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-rtm.23503.15">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-rtm.23517.16">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>a84f8ffbf5d597b8a91e893a1f413466de017a68</Sha>
<Sha>6f7af556d2761b0c93299cb88c61e4b747d6176a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-rtm.23503.15">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-rtm.23517.16">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>a84f8ffbf5d597b8a91e893a1f413466de017a68</Sha>
<Sha>6f7af556d2761b0c93299cb88c61e4b747d6176a</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.0-rtm.23503.15">
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.0-rtm.23517.16">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>a84f8ffbf5d597b8a91e893a1f413466de017a68</Sha>
<Sha>6f7af556d2761b0c93299cb88c61e4b747d6176a</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.23407.1">
<Uri>https://github.com/dotnet/command-line-api</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<!-- Dependencies from https://github.com/dotnet/command-line-api -->
<SystemCommandLinePackageVersion>2.0.0-beta4.23407.1</SystemCommandLinePackageVersion>
<!-- Dependencies from https://github.com/dotnet/runtime -->
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-rtm.23503.15</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>8.0.0-rtm.23503.15</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>8.0.0-rtm.23503.15</VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-rtm.23517.16</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>8.0.0-rtm.23517.16</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>8.0.0-rtm.23517.16</VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>
</PropertyGroup>
</Project>

0 comments on commit 77a7ef6

Please sign in to comment.