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-07-18 15:42:35 +0300
committerGitHub <noreply@github.com>2022-07-18 15:42:35 +0300
commit31a57b5762d8aceb4a61cc1e6cf96605cce417f1 (patch)
tree85db6483da6dd787c999a908306ac5a47dcc024d
parentd27ff61b711aa685006d6d55057faf01b482114f (diff)
Update dependencies from https://github.com/dotnet/runtime build 20220717.4 (#2897)
[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 83582f277..420e76e41 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a264eb13fea14125f3ef8d4056586cd66fa55309</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.7.22358.7">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rc.1.22367.4">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>1967649721058a457157d4321af3e6fceaa5441b</Sha>
+ <Sha>aafa91036e1efd3d4dcb67eeb261cb6d8f774685</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 dadb5dbfa..60cc3b302 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-preview.7.22358.7</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-rc.1.22367.4</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 d982b4e58..0f56102da 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22327.2",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "7.0.0-preview.7.22358.7"
+ "Microsoft.NET.Sdk.IL": "7.0.0-rc.1.22367.4"
}
}