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-10 15:24:23 +0300
committerdotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-10-10 15:24:23 +0300
commit93830588a30749c757f9449803b4e5d08ba1bca4 (patch)
treed440a01e73a2c54daaa15bd3201c44ba667498ff
parente6c86dac2159f8a69b7daabdf51eb59d13bec14b (diff)
Update dependencies from https://github.com/dotnet/runtime build 20221007.1darc-main-4dfa54a1-fb9e-498b-b61c-488b4e6b66a2
Microsoft.NET.Sdk.IL From Version 7.0.0-rtm.22473.12 -> To Version 7.0.0-rtm.22507.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 7171cedef..6473c5d48 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.22480.10">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rtm.22507.1">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>809b42196ea09700175785a25eace264995dde75</Sha>
+ <Sha>b8a4363ecd194d4e7906648a505701a9d2b7aeae</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 fb5df0c4d..984f90ec9 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-rtm.22480.10</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-rtm.22507.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 3e6fa584d..1b16e85cf 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.22480.10"
+ "Microsoft.NET.Sdk.IL": "7.0.0-rtm.22507.1"
}
}