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
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2022-03-14 15:42:13 +0300
committerGitHub <noreply@github.com>2022-03-14 15:42:13 +0300
commitae1f280e2f58d0007a4a0acbb254b06e17da9b98 (patch)
treeab40696c69cbf69912a790ec0d22d3ceb2be0eb3 /eng
parentcbcfcfc31a0e0b85ea75e885637f04fd8110615e (diff)
Update dependencies from https://github.com/dotnet/runtime build 20220313.2 (#2685)
[main] Update dependencies from dotnet/runtime
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index a411009f6..c420d22c1 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>81001b45bd54f9223905bf55f6ed0125273580fa</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.3.22157.1">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.3.22163.2">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>7698a9a80c5f6270aa1122d79ce419c7b03f2498</Sha>
+ <Sha>accf6fb6bf18f822fbbd227b1b4e31c65001a4ff</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 b2d7083c9..702219827 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-preview.3.22157.1</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-preview.3.22163.2</MicrosoftNETSdkILPackageVersion>
<!-- see https://github.com/dotnet/runtime/issues/1338 -->
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
<!-- SRM version should match the SDK version at https://github.com/dotnet/sdk/blob/master/eng/Versions.props -->