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>2021-04-19 15:17:43 +0300
committerGitHub <noreply@github.com>2021-04-19 15:17:43 +0300
commit76bcd90110b1c4d65a53b99761ac00e0f6b06b21 (patch)
tree206d4e7c2383916e338f7b194ddcf854de9fda54
parent1dac6e1bd5566e5b57bdff702bba68eb8bec77bf (diff)
Update dependencies from https://github.com/dotnet/runtime build 20210418.1 (#1978)v6.0.100-preview.2.21219.1
[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 bed9c6ad0..c4f990c26 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>53fe29e220fc0db05eafd5c6bc6c8fb9ee7cec7c</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.4.21211.7">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.5.21218.1">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>355eff52bed00e7ca9d4a6d769ddbe2bbadbea47</Sha>
+ <Sha>ccc25a90082fa6592eeca8e146ff37e1b7d6b79d</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 9fbded6a0..3b149852c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>6.0.0-preview.4.21211.7</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>6.0.0-preview.5.21218.1</MicrosoftNETSdkILPackageVersion>
<!-- see https://github.com/dotnet/runtime/issues/1338 -->
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
<!-- These 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 66180e8dc..1638f3c4b 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21216.2",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "6.0.0-preview.4.21211.7"
+ "Microsoft.NET.Sdk.IL": "6.0.0-preview.5.21218.1"
}
}