Skip to content

Commit bf06962

Browse files
committed
[internal/release/3.1] Update dependencies from dnceng/internal/dotnet-core-setup
- Coherency Updates: - System.Security.Cryptography.Xml: from 4.7.0 to 4.7.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
1 parent 7ebd59a commit bf06962

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

NuGet.config

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-corefx -->
7+
<add key="darc-int-dotnet-corefx-e0e08bd" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-e0e08bd5/nuget/v3/index.json" />
78
<!-- End: Package sources from dotnet-corefx -->
89
<!-- Begin: Package sources from dotnet-core-setup -->
9-
<add key="darc-int-dotnet-core-setup-857ba38" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-857ba38f/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-core-setup-ce3350c" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-ce3350c1/nuget/v3/index.json" />
1011
<!-- End: Package sources from dotnet-core-setup -->
1112
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1213
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
@@ -17,12 +18,13 @@
1718
<disabledPackageSources>
1819
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1920
<!-- Begin: Package sources from dotnet-core-setup -->
20-
<add key="darc-int-dotnet-core-setup-857ba38" value="true" />
21+
<add key="darc-int-dotnet-core-setup-ce3350c" value="true" />
2122
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2223
<add key="darc-int-dotnet-core-setup-0267ad0" value="true" />
2324
<add key="darc-int-dotnet-core-setup-0267ad0" value="true" />
2425
<!-- End: Package sources from dotnet-core-setup -->
2526
<!-- Begin: Package sources from dotnet-corefx -->
27+
<add key="darc-int-dotnet-corefx-e0e08bd" value="true" />
2628
<add key="darc-int-dotnet-corefx-641ee87" value="true" />
2729
<add key="darc-int-dotnet-corefx-072c9ec" value="true" />
2830
<add key="darc-int-dotnet-corefx-072c9ec" value="true" />

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
<Uri>https://github.com/dotnet/corefx</Uri>
5959
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
6060
</Dependency>
61-
<Dependency Name="System.Security.Cryptography.Xml" Version="4.7.0" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
62-
<Uri>https://github.com/dotnet/corefx</Uri>
63-
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
61+
<Dependency Name="System.Security.Cryptography.Xml" Version="4.7.1" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
62+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
63+
<Sha>e0e08bd541f891194017fe74e6b8daf2b550a5d7</Sha>
6464
</Dependency>
6565
<Dependency Name="System.ServiceProcess.ServiceController" Version="4.7.0" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
6666
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -84,15 +84,15 @@
8484
-->
8585
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.28">
8686
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
87-
<Sha>857ba38f4e6479c6820543f2892493752a889fc1</Sha>
87+
<Sha>ce3350c1cc0e928c1215d8700727703cf287acac</Sha>
8888
</Dependency>
8989
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="3.1.25">
9090
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
9191
<Sha>9165b88e05fc37585aa1c3fc9585b5a7d751bb21</Sha>
9292
</Dependency>
93-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.28-servicing.22363.1">
93+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.28-servicing.22363.6">
9494
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
95-
<Sha>857ba38f4e6479c6820543f2892493752a889fc1</Sha>
95+
<Sha>ce3350c1cc0e928c1215d8700727703cf287acac</Sha>
9696
</Dependency>
9797
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.9" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
9898
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsPackageVersion>
6060
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>
6161
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.28</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
62-
<MicrosoftNETCoreAppInternalPackageVersion>3.1.28-servicing.22363.1</MicrosoftNETCoreAppInternalPackageVersion>
62+
<MicrosoftNETCoreAppInternalPackageVersion>3.1.28-servicing.22363.6</MicrosoftNETCoreAppInternalPackageVersion>
6363
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
6464
<!-- Packages from dotnet/corefx -->
6565
<MicrosoftBclAsyncInterfacesPackageVersion>1.1.1</MicrosoftBclAsyncInterfacesPackageVersion>
@@ -74,7 +74,7 @@
7474
<SystemReflectionMetadataPackageVersion>1.8.1</SystemReflectionMetadataPackageVersion>
7575
<SystemRuntimeCompilerServicesUnsafePackageVersion>4.7.1</SystemRuntimeCompilerServicesUnsafePackageVersion>
7676
<SystemSecurityCryptographyCngPackageVersion>4.7.0</SystemSecurityCryptographyCngPackageVersion>
77-
<SystemSecurityCryptographyXmlPackageVersion>4.7.0</SystemSecurityCryptographyXmlPackageVersion>
77+
<SystemSecurityCryptographyXmlPackageVersion>4.7.1</SystemSecurityCryptographyXmlPackageVersion>
7878
<SystemServiceProcessServiceControllerPackageVersion>4.7.0</SystemServiceProcessServiceControllerPackageVersion>
7979
<SystemTextEncodingsWebPackageVersion>4.7.2</SystemTextEncodingsWebPackageVersion>
8080
<SystemTextJsonPackageVersion>4.7.2</SystemTextJsonPackageVersion>

0 commit comments

Comments
 (0)