Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-17 04:27:57 +0300
committerGitHub <noreply@github.com>2022-08-17 04:27:57 +0300
commit3d7d087bbd56824cde5a9c1396aad1e103faa423 (patch)
treec1bd47127586c4d3f1c2f3f39a34e903aea8fca5 /eng/Versions.props
parent6157b3d0e52fe98a02143bcc82b2219a92265b1f (diff)
Product dependencies in Versions.props must be on the latest patch version for libraries dependencies (#74024)
Co-authored-by: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
Diffstat (limited to 'eng/Versions.props')
-rw-r--r--eng/Versions.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index 72f17c83aa2..fcf8192c891 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -99,9 +99,9 @@
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
<SystemIOFileSystemAccessControlVersion>5.0.0</SystemIOFileSystemAccessControlVersion>
<SystemIOPipesAccessControlVersion>5.0.0</SystemIOPipesAccessControlVersion>
- <SystemMemoryVersion>4.5.4</SystemMemoryVersion>
+ <SystemMemoryVersion>4.5.5</SystemMemoryVersion>
<SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion>
- <SystemReflectionMetadataVersion>6.0.0</SystemReflectionMetadataVersion>
+ <SystemReflectionMetadataVersion>6.0.1</SystemReflectionMetadataVersion>
<SystemReflectionMetadataLoadContextVersion>4.7.1</SystemReflectionMetadataLoadContextVersion>
<SystemReflectionEmitVersion>4.7.0</SystemReflectionEmitVersion>
<SystemReflectionEmitILGenerationVersion>4.7.0</SystemReflectionEmitILGenerationVersion>