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-05-10 15:18:12 +0300
committerGitHub <noreply@github.com>2021-05-10 15:18:12 +0300
commit8a2996c96f9bbcfdf151d57534e05d1f24614242 (patch)
tree8c4c61385eb81dab70a44402a097560f06a67b9f
parentf028e3ba306da19de9b76e3bdf1e62f9e2beb14c (diff)
Update dependencies from https://github.com/dotnet/runtime build 20210510.1 (#2022)
[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 0db7dc48b..07b9e3796 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5faea1b7965644d1f1c666a7130f6f614abe76c0</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.5.21253.1">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.5.21260.1">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>e6bb456e608ad24a55f3fef2d1ee4ede07d6c729</Sha>
+ <Sha>e39196ffc9e50f3d8927622daaedcd50681d56f2</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 f0d926148..5048e6e65 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>6.0.0-preview.5.21253.1</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>6.0.0-preview.5.21260.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 537a5dee9..054ea4536 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21257.5",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "6.0.0-preview.5.21253.1"
+ "Microsoft.NET.Sdk.IL": "6.0.0-preview.5.21260.1"
}
}