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

Commit

Permalink
[internal/release/3.1] Update dependencies from dnceng/internal/dotne…
Browse files Browse the repository at this point in the history
…t-coreclr
  • Loading branch information
dotnet-bot committed Jun 16, 2021
1 parent 0c243bb commit 707cf4f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.16-servicing.21262.5">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>b820e148c5ded6a37cb3ddb38b88b54210189562</Sha>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.17-servicing.21315.6">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-coreclr</Uri>
<Sha>8fa8e21ba346527781651b2571f33d7a78422fcc</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.16-servicing.21262.5">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>b820e148c5ded6a37cb3ddb38b88b54210189562</Sha>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.17-servicing.21315.6">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-coreclr</Uri>
<Sha>8fa8e21ba346527781651b2571f33d7a78422fcc</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.16-servicing.21262.5">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>b820e148c5ded6a37cb3ddb38b88b54210189562</Sha>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.17-servicing.21315.6">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-coreclr</Uri>
<Sha>8fa8e21ba346527781651b2571f33d7a78422fcc</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<MicrosoftNETCoreDotNetHostPackageVersion>3.1.17</MicrosoftNETCoreDotNetHostPackageVersion>
<MicrosoftNETCoreDotNetHostPolicyPackageVersion>3.1.17</MicrosoftNETCoreDotNetHostPolicyPackageVersion>
<!-- Coreclr dependencies -->
<MicrosoftNETSdkILPackageVersion>3.1.16-servicing.21262.5</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>3.1.16-servicing.21262.5</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.1.16-servicing.21262.5</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftNETSdkILPackageVersion>3.1.17-servicing.21315.6</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>3.1.17-servicing.21315.6</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.1.17-servicing.21315.6</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<!-- Corefx dependencies -->
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview9.19409.15</MicrosoftNETCorePlatformsPackageVersion>
<runtimenativeSystemIOPortsPackageVersion>4.6.0-preview9.19409.15</runtimenativeSystemIOPortsPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"Microsoft.DotNet.Build.Tasks.Configuration": "1.0.0-beta.21228.7",
"Microsoft.DotNet.CoreFxTesting": "1.0.0-beta.21228.7",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "3.1.16-servicing.21262.5"
"Microsoft.NET.Sdk.IL": "3.1.17-servicing.21315.6"
}
}

0 comments on commit 707cf4f

Please sign in to comment.