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-26 23:10:11 +0300
committerGitHub <noreply@github.com>2022-09-26 23:10:11 +0300
commita1207be89c9f9a1a3eec7f8c27cf2ce29fbab226 (patch)
tree4fb06a949b8fbe8fcc4ee4517f753db0cf7e420d
parenta441ff6228c33df38bdfc8a45dac55548c07dbd7 (diff)
Update dependencies from https://github.com/dotnet/runtime build 20220923.12 (#3049)
[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 724a1f2e1..03d379e3c 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.22466.6">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rtm.22473.12">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>43a11661ae9bacdd847663207bef79fe93d69df7</Sha>
+ <Sha>5429eb1e01f388fe36ba7f41a3ba04bb840fced8</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 83f1c634e..4af4503d7 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-rtm.22466.6</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-rtm.22473.12</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 80ccc91ed..611b924a0 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.22466.6"
+ "Microsoft.NET.Sdk.IL": "7.0.0-rtm.22473.12"
}
}