Skip to content

Commit

Permalink
Merged PR 29516: [internal/release/6.0.3xx] Update dependencies from …
Browse files Browse the repository at this point in the history
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:7526ff68-bcd8-43fd-8439-08da19c20afd)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 7526ff68-bcd8-43fd-8439-08da19c20afd
- **Build**: 20230214.6
- **Date Produced**: February 14, 2023 8:42:41 PM UTC
- **Commit**: 9b4f0e3a21f3b5ce1d8bb2c31cd40ac08bae4210
- **Branch**: refs/heads/internal/release/6.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.NETCore.App.Ref**: [from 6.0.15 to 6.0.15][11]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.15 to 6.0.15][11]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: [from 6.0.15-servicing.23107.9 to 6.0.15-servicing.23114.6][11]

[11]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC54bb24f&targetVersion=GC9b4f0e3&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:7526ff68-bcd8-43fd-8439-08da19c20afd)
  • Loading branch information
dotnet-bot authored and mmitche committed Feb 17, 2023
1 parent c65cfe2 commit b34bc9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-54bb24f" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-54bb24fa/nuget/v3/index.json" />
<add key="darc-int-dotnet-runtime-9b4f0e3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-9b4f0e3a/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
Expand All @@ -19,7 +19,7 @@
<disabledPackageSources>
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-54bb24f" value="true" />
<add key="darc-int-dotnet-runtime-9b4f0e3" value="true" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
</disabledPackageSources>
Expand Down
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
<Sha>def2e2c6dc5064319250e2868a041a3dc07f9579</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.6.0" Version="6.0.15-servicing.23107.9">
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.6.0" Version="6.0.15-servicing.23114.6">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>54bb24fa48e7736f8653410760f84c842031388b</Sha>
<Sha>9b4f0e3a21f3b5ce1d8bb2c31cd40ac08bae4210</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="6.0.15">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>54bb24fa48e7736f8653410760f84c842031388b</Sha>
<Sha>9b4f0e3a21f3b5ce1d8bb2c31cd40ac08bae4210</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.15">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>54bb24fa48e7736f8653410760f84c842031388b</Sha>
<Sha>9b4f0e3a21f3b5ce1d8bb2c31cd40ac08bae4210</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta3.22222.1">
<Uri>https://github.com/dotnet/command-line-api</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Dependencies from https://github.com/dotnet/runtime -->
<MicrosoftNETCoreAppRefPackageVersion>6.0.15</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>6.0.15</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion>6.0.15-servicing.23107.9</VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion>
<VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion>6.0.15-servicing.23114.6</VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion>
<MicrosoftExtensionsLoggingAbstractionsPackageVersion>6.0.3</MicrosoftExtensionsLoggingAbstractionsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>6.0.0</MicrosoftExtensionsLoggingPackageVersion>
<MicrosoftExtensionsLoggingConsolePackageVersion>6.0.0</MicrosoftExtensionsLoggingConsolePackageVersion>
Expand Down

0 comments on commit b34bc9c

Please sign in to comment.