Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-09-12 15:22:02 +0300
committerdotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-09-12 15:22:02 +0300
commitdbecfbd8624da2b24e781e6b52d26f34fb53eb25 (patch)
tree26adf024db6b8b696d13325162bfbabc6ee816d4
parentefad290c198a0858d62b1eb8776ece923bfbcbee (diff)
Update dependencies from https://github.com/dotnet/runtime build 20220910.1darc-main-55838af3-0b5d-43b1-80f8-3dd61c994706
Microsoft.NET.Sdk.IL From Version 7.0.0-rc.2.22428.3 -> To Version 7.0.0-rc.2.22460.1
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
-rw-r--r--global.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 5f64257ce..5822a45de 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>14df52bae2c74fc850a8c40fe68ea5be5cd30116</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rc.2.22452.13">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rc.2.22460.1">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>ce7e86468f5c3d21d9370ebdde110a532534a9ad</Sha>
+ <Sha>e8649debc86038f968d8426d16c28f640a9cd2f4</Sha>
<!--
This would introduce a cyclic dependency, so it's explictly not enabled for now
<SourceBuild RepoName="runtime" />
diff --git a/eng/Versions.props b/eng/Versions.props
index 2ee84e006..13eae8e90 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-rc.2.22452.13</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-rc.2.22460.1</MicrosoftNETSdkILPackageVersion>
<!-- see https://github.com/dotnet/runtime/issues/1338 -->
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
<!-- SRM version should match the SDK version at https://github.com/dotnet/sdk/blob/master/eng/Versions.props -->
diff --git a/global.json b/global.json
index c331b3c14..c4a1a113f 100644
--- a/global.json
+++ b/global.json
@@ -11,6 +11,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.8",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "7.0.0-rc.2.22452.13"
+ "Microsoft.NET.Sdk.IL": "7.0.0-rc.2.22460.1"
}
}