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-09-22 15:26:46 +0300
committerGitHub <noreply@github.com>2022-09-22 15:26:46 +0300
commit9503e0b2e184bbd64a7e1a2383584c370d70031a (patch)
treea9f0ad87272fe755bbaead46a5aa66b097ff4711
parent4db6d16a507ffc568a6e98de0d29baba560ddaf6 (diff)
Update dependencies from https://github.com/dotnet/runtime build 20220916.6 (#3041)
[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 2f70c80c0..456a53196 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bf47db2617320c82f94713d7b538f7bc0fa9d662</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rc.2.22460.1">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rtm.22466.6">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>e8649debc86038f968d8426d16c28f640a9cd2f4</Sha>
+ <Sha>43a11661ae9bacdd847663207bef79fe93d69df7</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 ccde874ee..dd126fb83 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-rc.2.22460.1</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-rtm.22466.6</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 9533cb1dc..32ba9ccfd 100644
--- a/global.json
+++ b/global.json
@@ -11,6 +11,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22466.3",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "7.0.0-rc.2.22460.1"
+ "Microsoft.NET.Sdk.IL": "7.0.0-rtm.22466.6"
}
}