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>2020-08-17 15:47:54 +0300
committerGitHub <noreply@github.com>2020-08-17 15:47:54 +0300
commitb89e09a7819b8086ca37bd17beeaed9c76b4a346 (patch)
tree4bb3c18d2568d66063945a9e6f56d9a521d239a0 /eng/Versions.props
parentf538aa8ccfae3cf8ec4e7c09a5a22f981ab44721 (diff)
Update dependencies from https://github.com/dotnet/runtime build 20200816.7 (#1434)
[master] Update dependencies from dotnet/runtime - Updates: - Microsoft.NET.Sdk.IL: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20416.7
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 838a186c5..e1e7e13c8 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>5.0.0-rc.1.20409.3</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>5.0.0-rc.1.20416.7</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 -->