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] <dotnet-maestro[bot]@users.noreply.github.com>2022-08-01 15:28:16 +0300
committerdotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-08-01 15:28:16 +0300
commit866a1b0c999110143dd0fa353e3c45ef26d40f9d (patch)
tree51f31e2236c0efd2b8dafd58ac81038385525b00
parent463997e35e52578343fb87f53df8d62248efa83f (diff)
Update dependencies from https://github.com/dotnet/runtime build 20220731.5darc-main-a35fa717-01cf-491d-a468-5836980b1291
Microsoft.NET.Sdk.IL From Version 7.0.0-rc.1.22374.4 -> To Version 7.0.0-rc.1.22381.5
-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 2628fbec5..f1a0359f7 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>11672d906390046e77a34b6406d9e02229fd7e45</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rc.1.22374.4">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rc.1.22381.5">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>214ca6db481923aa49bac2d2b75b9aca4041b304</Sha>
+ <Sha>508fef51e841aa16ffed1aae32bf4793a2cea363</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 461201684..011ed4d47 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-rc.1.22374.4</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-rc.1.22381.5</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 16833d974..a64589a2a 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22372.1",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "7.0.0-rc.1.22374.4"
+ "Microsoft.NET.Sdk.IL": "7.0.0-rc.1.22381.5"
}
}