Skip to content

Commit ddb0b75

Browse files
Upgrade System.Memory to 4.6.0 (#15353)
Co-authored-by: Viktor Hofer <[email protected]>
1 parent 06ecc3c commit ddb0b75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/Versions.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
1919
<!-- corefx -->
2020
<MicrosoftBclHashCodeVersion>1.1.1</MicrosoftBclHashCodeVersion>
21-
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
21+
<SystemMemoryVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">4.5.5</SystemMemoryVersion>
22+
<SystemMemoryVersion Condition="'$(DotNetBuildSourceOnly)' == 'true'">4.6.0</SystemMemoryVersion>
2223
<SystemRuntimeInteropServicesRuntimeInformation>4.3.0</SystemRuntimeInteropServicesRuntimeInformation>
2324
<!-- deployment-tools -->
2425
<MicrosoftDeploymentDotNetReleasesVersion>2.0.0-preview.1.24305.1</MicrosoftDeploymentDotNetReleasesVersion>

0 commit comments

Comments
 (0)