Skip to content

Commit 784b0ff

Browse files
committed
Merge pull request 9228 from darc-internal/release/3.1-5c7c7a65-f1fe-47a6-9cbb-87101307ef38 into internal/release/3.1
1 parent 085e2dd commit 784b0ff

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

NuGet.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<add key="darc-pub-dotnet-corefx-8a3ffed" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-8a3ffed5/nuget/v3/index.json" />
7-
<add key="darc-int-dotnet-core-setup-bed3814" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-bed38147/nuget/v3/index.json" />
7+
<add key="darc-int-dotnet-core-setup-fcfdef8-1" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-fcfdef8d-1/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-core-setup-fcfdef8" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-fcfdef8d/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-corefx-36b8b8e" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-36b8b8e2/nuget/v3/index.json" />
810
<add key="darc-int-dotnet-corefx-059a4a1" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-059a4a19/nuget/v3/index.json" />
911
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1012
<add key="dotnet3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@
6666
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
6767
All Runtime.$rid packages should have the same version.
6868
-->
69-
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.6">
69+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.7">
7070
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
71-
<Sha>bed381477994a1fc59f84b39b9e00d34324c858e</Sha>
71+
<Sha>fcfdef8d6ba770e4d7ba9efefe2591d8c33a1fc6</Sha>
7272
</Dependency>
73-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.6-servicing.20324.2">
73+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.7-servicing.20371.4">
7474
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
75-
<Sha>bed381477994a1fc59f84b39b9e00d34324c858e</Sha>
75+
<Sha>fcfdef8d6ba770e4d7ba9efefe2591d8c33a1fc6</Sha>
7676
</Dependency>
77-
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.1" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
77+
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
7878
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
79-
<Sha>059a4a19e602494bfbed473dbbb18f2dbfbd0878</Sha>
79+
<Sha>36b8b8e26a8e2e06e000f59e19910d117bf0025b</Sha>
8080
</Dependency>
8181
<!-- Keep this dependency at the bottom of ProductDependencies, else it will be picked as the parent for CoherentParentDependencies -->
8282
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.0" Pinned="true">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<PropertyGroup Label="Automated">
5656
<!-- Packages from dotnet/core-setup -->
5757
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>
58-
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.6</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
59-
<MicrosoftNETCoreAppInternalPackageVersion>3.1.6-servicing.20324.2</MicrosoftNETCoreAppInternalPackageVersion>
58+
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.7</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
59+
<MicrosoftNETCoreAppInternalPackageVersion>3.1.7-servicing.20371.4</MicrosoftNETCoreAppInternalPackageVersion>
6060
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
6161
<!-- Packages from dotnet/corefx -->
6262
<MicrosoftBclAsyncInterfacesPackageVersion>1.1.1</MicrosoftBclAsyncInterfacesPackageVersion>
@@ -73,7 +73,7 @@
7373
<SystemTextEncodingsWebPackageVersion>4.7.1</SystemTextEncodingsWebPackageVersion>
7474
<SystemTextJsonPackageVersion>4.7.2</SystemTextJsonPackageVersion>
7575
<!-- Workaround https://github.com/dotnet/cli/issues/10528-->
76-
<MicrosoftNETCorePlatformsPackageVersion>3.1.1</MicrosoftNETCorePlatformsPackageVersion>
76+
<MicrosoftNETCorePlatformsPackageVersion>3.1.2</MicrosoftNETCorePlatformsPackageVersion>
7777
<!-- Packages from dotnet/arcade -->
7878
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.20213.4</MicrosoftDotNetGenAPIPackageVersion>
7979
<!-- Packages from dotnet/roslyn -->

0 commit comments

Comments
 (0)