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
path: root/eng
diff options
context:
space:
mode:
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 08f980b06..5e1d7bcbe 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>85a65ea1fca1d0867f699fed44d191358270bf6a</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.6.21307.1">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.6.21314.1">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>1d2aa13ffc256a8c3f645de9c4d0f1d4f3296711</Sha>
+ <Sha>af5c238556e204583b129cc8f5c7338f84dc2c40</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 8db2ff259..a4a351a9e 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>6.0.0-preview.6.21307.1</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>6.0.0-preview.6.21314.1</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 -->