Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merged PR 18181: [internal/release/3.1] Update dependencies from dnce…
Browse files Browse the repository at this point in the history
…ng/internal/dotnet-corefx

This pull request updates the following dependencies

[marker]: <> (Begin:d857f0c2-af97-43df-e8df-08d76e1cf1e0)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-corefx
- **Subscription**: d857f0c2-af97-43df-e8df-08d76e1cf1e0
- **Build**: 20210920.2
- **Date Produced**: September 20, 2021 8:18:23 PM UTC
- **Commit**: c2011c5350eba4c83554205d06b9ed97c3fccf05
- **Branch**: refs/heads/internal/release/3.1

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Private.CoreFx.NETCoreApp**: [from 4.7.0-servicing.21416.3 to 4.7.0-servicing.21470.2][1]
  - **Microsoft.NETCore.Platforms**: [from 3.1.8 to 3.1.9][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-corefx/branches?baseVersion=GC7711b93&targetVersion=GCc2011c5&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:d857f0c2-af97-43df-e8df-08d76e1cf1e0)
  • Loading branch information
dotnet-bot authored and vseanreesermsft committed Sep 20, 2021
1 parent 23b6d7b commit 0900090
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-corefx -->
<add key="darc-int-dotnet-corefx-42e0972" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-42e09729/nuget/v3/index.json" />
<add key="darc-int-dotnet-corefx-c2011c5" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-c2011c53/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-corefx -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<!--
Expand All @@ -28,7 +28,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-corefx -->
<add key="darc-int-dotnet-corefx-42e0972" value="true" />
<add key="darc-int-dotnet-corefx-c2011c5" value="true" />
<!-- End: Package sources from dotnet-corefx -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
</disabledPackageSources>
Expand Down
6 changes: 3 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.9">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
<Sha>42e0972945a8ebc4d1137592b32493067b8cd5b7</Sha>
<Sha>c2011c5350eba4c83554205d06b9ed97c3fccf05</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Targets" Version="3.1.0">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
</Dependency>
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.21467.1">
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.21470.2">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
<Sha>42e0972945a8ebc4d1137592b32493067b8cd5b7</Sha>
<Sha>c2011c5350eba4c83554205d06b9ed97c3fccf05</Sha>
</Dependency>
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="4.7.0">
<Uri>https://github.com/dotnet/corefx</Uri>
Expand Down
5 changes: 3 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="4.0"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MajorVersion>3</MajorVersion>
<MinorVersion>1</MinorVersion>
Expand Down Expand Up @@ -67,7 +68,7 @@
<!-- corefx -->
<MicrosoftNETCorePlatformsPackageVersion>3.1.9</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftNETCoreTargetsPackageVersion>3.1.0</MicrosoftNETCoreTargetsPackageVersion>
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.21467.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.21470.2</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
<MicrosoftWin32RegistryAccessControlVersion>4.7.0</MicrosoftWin32RegistryAccessControlVersion>
<MicrosoftWin32RegistryVersion>4.7.0</MicrosoftWin32RegistryVersion>
<MicrosoftWin32SystemEventsVersion>4.7.0</MicrosoftWin32SystemEventsVersion>
Expand Down

0 comments on commit 0900090

Please sign in to comment.