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-25 16:24:54 +0300
committerGitHub <noreply@github.com>2021-01-25 16:24:54 +0300
commit2822a6c94a637d7f5cc5f2c948bde367f3076faf (patch)
treeff946a775125fdc490b792644e64dead6062f6c6
parentbd912801678c8a3aecdf6478da182503202b5c05 (diff)
Update dependencies from https://github.com/dotnet/runtime build 20210124.3 (#1780)v6.0.0-alpha.1.21075.2
[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 496bdd96c..c27660d72 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -11,9 +11,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9a437ab126433012dd2e479c5edfb552b83e872b</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-alpha.1.21068.2">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.1.21074.3">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>5c5bb6a340d04a476045d37436530297eff189b7</Sha>
+ <Sha>2f1def8c556403ca85d1de50609492fef664b638</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 6475c4cba..6acc76039 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>6.0.0-alpha.1.21068.2</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>6.0.0-preview.1.21074.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 3d2ce56d1..24de9aac2 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21071.2",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "6.0.0-alpha.1.21068.2"
+ "Microsoft.NET.Sdk.IL": "6.0.0-preview.1.21074.3"
}
}