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-12 15:17:43 +0300
committerGitHub <noreply@github.com>2021-04-12 15:17:43 +0300
commit33d56e4f0b8ee191d8bf340553d2fae62a4e3044 (patch)
tree81f5801fe6f733095329176cc136958d9eff9688
parenta1fa76dbd4787b456f81549a73383011822e70fa (diff)
Update dependencies from https://github.com/dotnet/runtime build 20210411.7 (#1959)
[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 8ec32cb94..a2e6b8dc1 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>28d9452d7e2ae4e98a1df735b90b03d3cac1f4e7</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.4.21205.1">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.4.21211.7">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>95201492e7665c7f21faf42e9d544396ff714497</Sha>
+ <Sha>355eff52bed00e7ca9d4a6d769ddbe2bbadbea47</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 f662355b9..57c09d098 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>6.0.0-preview.4.21205.1</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>6.0.0-preview.4.21211.7</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 2c15e1fb2..2ad7d9f78 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21209.17",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "6.0.0-preview.4.21205.1"
+ "Microsoft.NET.Sdk.IL": "6.0.0-preview.4.21211.7"
}
}