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] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2022-10-18 22:42:55 +0300
committerGitHub <noreply@github.com>2022-10-18 22:42:55 +0300
commit146197790e7f155beadaeab6b5cc0ac9e5108998 (patch)
treee8190cc7fd42d3455616f8cef2e30bd93fc26aed
parent51409b05e4de802ba92b3c2d1abc61bb0385c255 (diff)
[main] Update dependencies from dotnet/runtime (#3055)
[main] Update dependencies from dotnet/runtime
-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 577c5be3a..cabb3cfc4 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>32f13f8a8af8085ca09fbf93513ac848582c4a41</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.22507.1">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>5429eb1e01f388fe36ba7f41a3ba04bb840fced8</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 d7bcb0fe8..165729813 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.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 45d2ec671..6b912a9dc 100644
--- a/global.json
+++ b/global.json
@@ -11,6 +11,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22513.2",
"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.22507.1"
}
}