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>2021-06-28 15:17:54 +0300
committerGitHub <noreply@github.com>2021-06-28 15:17:54 +0300
commit4768d09e44005032df7c2aaa836fe0147568e5eb (patch)
tree994118043db7773cb7e126b3941994f5353ffcd8
parent1c0138c71850bdab14d740e9c4c8808ed034dc51 (diff)
Update dependencies from https://github.com/dotnet/runtime build 20210628.2 (#2120)
[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 b6806f716..d09dc666b 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a3377cccde8639089f99107e2ba5df2c8cbe6394</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.7.21321.2">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.7.21328.2">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>f891033db5b8ebf651176a3dcc3bec74a217f85e</Sha>
+ <Sha>91599fff26619cb8bccb7b39c39590e7cd9a4379</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 d565c10c8..b63bbd86d 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>6.0.0-preview.7.21321.2</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>6.0.0-preview.7.21328.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 -->
diff --git a/global.json b/global.json
index 560c79e97..1194af1fe 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21319.2",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "6.0.0-preview.7.21321.2"
+ "Microsoft.NET.Sdk.IL": "6.0.0-preview.7.21328.2"
}
}