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-08-04 18:04:50 +0300
committerGitHub <noreply@github.com>2022-08-04 18:04:50 +0300
commit4c1eb73d9bc470aa6577d49bbac76252db7a3b20 (patch)
treed689c57f1f3fa4d0fdf20823a2884fd725bb84ed /eng/Versions.props
parent1120fae3c496cd96caed98b2b8fc2d1dde2ba8d3 (diff)
Update dependencies from https://github.com/dotnet/runtime build 20220731.5 (#2936)
Microsoft.NET.Sdk.IL From Version 7.0.0-rc.1.22374.4 -> To Version 7.0.0-rc.1.22381.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
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 cdf227c17..d8f3ac78b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>7.0.0-rc.1.22374.4</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>7.0.0-rc.1.22381.5</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 -->