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-10-03 15:22:56 +0300
committerdotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-10-03 15:22:56 +0300
commite6c86dac2159f8a69b7daabdf51eb59d13bec14b (patch)
tree5737c8d1be9a74b440119b3aca9b2142cb2fc140
parent493ce626f3278b2d0fd883330bf11a64254981bb (diff)
Update dependencies from https://github.com/dotnet/runtime build 20220930.10
Microsoft.NET.Sdk.IL From Version 7.0.0-rtm.22473.12 -> To Version 7.0.0-rtm.22480.10
-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 03d379e3c..7171cedef 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ba4d2568dd2e3e7538feeaba60215f7bcb99e89c</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rtm.22473.12">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rtm.22480.10">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>5429eb1e01f388fe36ba7f41a3ba04bb840fced8</Sha>
+ <Sha>809b42196ea09700175785a25eace264995dde75</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 4af4503d7..fb5df0c4d 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-rtm.22473.12</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-rtm.22480.10</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 611b924a0..3e6fa584d 100644
--- a/global.json
+++ b/global.json
@@ -11,6 +11,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22473.1",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "7.0.0-rtm.22473.12"
+ "Microsoft.NET.Sdk.IL": "7.0.0-rtm.22480.10"
}
}