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-01-11 16:29:52 +0300
committerGitHub <noreply@github.com>2021-01-11 16:29:52 +0300
commitbe3545f99b32e38bb74d31a04868890021e51d34 (patch)
tree1ac7eccbde31a30da96bb1f714b57ae03390aa6b
parentf80ea00350f6bb102287dfdc91ae1d960d845ef4 (diff)
Update dependencies from https://github.com/dotnet/runtime build 20210110.3 (#1739)
[master] 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 853d22950..4da6493ae 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -11,9 +11,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1571d6b095014ad63fdb48b10f5dea912f96872e</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-alpha.1.21053.3">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-alpha.1.21060.3">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>144cac3d0ce162444452a5dcc837b904fe149ef4</Sha>
+ <Sha>4e13df4c4ee210850d134ec972569d64fedaa11a</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 88cdbaef7..e69c13e45 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>6.0.0-alpha.1.21053.3</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>6.0.0-alpha.1.21060.3</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 c97fd6d35..70bac80ec 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21058.3",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "6.0.0-alpha.1.21053.3"
+ "Microsoft.NET.Sdk.IL": "6.0.0-alpha.1.21060.3"
}
}