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-09-01 13:42:27 +0300
committerGitHub <noreply@github.com>2022-09-01 13:42:27 +0300
commit85047880b1fff9f92a256c5e87317c41da6c4ebc (patch)
tree21ad2ef58b081660f8c0c090323ba57547fe459a
parent2177386f4eb304b1cbf9271807223bd620aba377 (diff)
[main] Update dependencies from dotnet/runtime (#2974)
[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 29ae8dae3..41b9b5735 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>14df52bae2c74fc850a8c40fe68ea5be5cd30116</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rc.1.22407.4">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rc.2.22428.3">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>0c5ca95fec9b6e2cc5e757ad36d0b094f81a59a6</Sha>
+ <Sha>fe99c441fd6169725366d61d0ba4b8a4d4a11ecf</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 a459150ad..a0e4eed52 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-rc.1.22407.4</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-rc.2.22428.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 094055be0..9ce541350 100644
--- a/global.json
+++ b/global.json
@@ -11,6 +11,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.8",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "7.0.0-rc.1.22407.4"
+ "Microsoft.NET.Sdk.IL": "7.0.0-rc.2.22428.3"
}
}