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>2022-04-04 15:41:08 +0300
committerGitHub <noreply@github.com>2022-04-04 15:41:08 +0300
commitb9b72d127ed0453c7dda662cbaad14b2b3a7bfc2 (patch)
tree14304d43de6380392620d5b39995fe4d2caa2f64
parentb4acac52aa8108252bfdd411f4186ebfbadd2352 (diff)
Update dependencies from https://github.com/dotnet/runtime build 20220401.3 (#2720)
[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 97112b831..b3b5a0a87 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c8a95297e2622251c125aa5c0ef7c822275a792d</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.4.22178.1">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.4.22201.3">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>bd43f55230d533af326e727366f61cfd3ed0e050</Sha>
+ <Sha>c3e44952bb75d054517f2a24943502d3a14a47f5</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 2ad1d77ec..6e1a4693f 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-preview.4.22178.1</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-preview.4.22201.3</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 -->
diff --git a/global.json b/global.json
index bea422e4b..3ade95037 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22171.2",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "7.0.0-preview.4.22178.1"
+ "Microsoft.NET.Sdk.IL": "7.0.0-preview.4.22201.3"
}
}