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

Commit

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

This pull request updates the following dependencies

[marker]: <> (Begin:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-coreclr
- **Subscription**: e602b4c3-5c4b-44ff-d44b-08d76e1d3434
- **Build**: 20220510.2
- **Date Produced**: May 11, 2022 3:17:18 AM UTC
- **Commit**: a68754518ab564aec1fa09b5a3c3b8ddc2ba2a31
- **Branch**: refs/heads/internal/release/3.1

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.NET.Sdk.IL**: [from 3.1.25-servicing.22212.2 to 3.1.26-servicing.22260.2][1]
  - **Microsoft.NETCore.ILAsm**: [from 3.1.25-servicing.22212.2 to 3.1.26-servicing.22260.2][1]
  - **Microsoft.NETCore.Runtime.CoreCLR**: [from 3.1.25-servicing.22212.2 to 3.1.26-servicing.22260.2][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-coreclr/branches?baseVersion=GC6c41c82&targetVersion=GCa687545&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:e602b4c3-5c4b-44ff-d44b-08d76e1d3434)
  • Loading branch information
dotnet-bot authored and vseanreesermsft committed May 18, 2022
2 parents 5e3ab7e + 3626575 commit 04944b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
@@ -1,16 +1,16 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.25-servicing.22212.2">
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.26-servicing.22260.2">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-coreclr</Uri>
<Sha>6c41c82d62452723c1b46c3b894e595185cf66c2</Sha>
<Sha>a68754518ab564aec1fa09b5a3c3b8ddc2ba2a31</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.25-servicing.22212.2">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.26-servicing.22260.2">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-coreclr</Uri>
<Sha>6c41c82d62452723c1b46c3b894e595185cf66c2</Sha>
<Sha>a68754518ab564aec1fa09b5a3c3b8ddc2ba2a31</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.25-servicing.22212.2">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.26-servicing.22260.2">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-coreclr</Uri>
<Sha>6c41c82d62452723c1b46c3b894e595185cf66c2</Sha>
<Sha>a68754518ab564aec1fa09b5a3c3b8ddc2ba2a31</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Expand Up @@ -53,9 +53,9 @@
<MicrosoftNETCoreDotNetHostPackageVersion>3.1.17</MicrosoftNETCoreDotNetHostPackageVersion>
<MicrosoftNETCoreDotNetHostPolicyPackageVersion>3.1.17</MicrosoftNETCoreDotNetHostPolicyPackageVersion>
<!-- Coreclr dependencies -->
<MicrosoftNETSdkILPackageVersion>3.1.25-servicing.22212.2</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>3.1.25-servicing.22212.2</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.1.25-servicing.22212.2</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftNETSdkILPackageVersion>3.1.26-servicing.22260.2</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>3.1.26-servicing.22260.2</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.1.26-servicing.22260.2</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
Expand Up @@ -12,6 +12,6 @@
"Microsoft.DotNet.Build.Tasks.Configuration": "1.0.0-beta.21552.6",
"Microsoft.DotNet.CoreFxTesting": "1.0.0-beta.21552.6",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "3.1.25-servicing.22212.2"
"Microsoft.NET.Sdk.IL": "3.1.26-servicing.22260.2"
}
}

0 comments on commit 04944b9

Please sign in to comment.