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-05-10 15:18:12 +0300
committerGitHub <noreply@github.com>2021-05-10 15:18:12 +0300
commit8a2996c96f9bbcfdf151d57534e05d1f24614242 (patch)
tree8c4c61385eb81dab70a44402a097560f06a67b9f /eng/Versions.props
parentf028e3ba306da19de9b76e3bdf1e62f9e2beb14c (diff)
Update dependencies from https://github.com/dotnet/runtime build 20210510.1 (#2022)
[main] Update dependencies from dotnet/runtime
Diffstat (limited to 'eng/Versions.props')
-rw-r--r--eng/Versions.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index f0d926148..5048e6e65 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>6.0.0-preview.5.21253.1</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>6.0.0-preview.5.21260.1</MicrosoftNETSdkILPackageVersion>
<!-- see https://github.com/dotnet/runtime/issues/1338 -->
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
<!-- These should match the SDK version at https://github.com/dotnet/sdk/blob/master/eng/Versions.props -->