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-19 15:22:26 +0300
committerdotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-09-19 15:22:26 +0300
commit82e2d12b82a208ad34520f754577ef1ee2a4669b (patch)
treef6b9ed61b6ecabebf07e5b7225813a58061c243a
parentddc7da6775ddeb2538bc327011867f65deb4c6f0 (diff)
Update dependencies from https://github.com/dotnet/runtime build 20220916.6darc-main-3025bfb4-7523-415d-a064-80d48ffd0fc5
Microsoft.NET.Sdk.IL From Version 7.0.0-rc.2.22460.1 -> To Version 7.0.0-rtm.22466.6
-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 2c3c4c1a0..867b727ac 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4f864b2841b3317bdfc516ead0ba6e7856fab575</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 3cad9b641..87718bec4 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 3e78c9389..307e4fda6 100644
--- a/global.json
+++ b/global.json
@@ -11,6 +11,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22456.4",
"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"
}
}