We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ecc3c commit ddb0b75Copy full SHA for ddb0b75
eng/Versions.props
@@ -18,7 +18,8 @@
18
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
19
<!-- corefx -->
20
<MicrosoftBclHashCodeVersion>1.1.1</MicrosoftBclHashCodeVersion>
21
- <SystemMemoryVersion>4.5.5</SystemMemoryVersion>
+ <SystemMemoryVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">4.5.5</SystemMemoryVersion>
22
+ <SystemMemoryVersion Condition="'$(DotNetBuildSourceOnly)' == 'true'">4.6.0</SystemMemoryVersion>
23
<SystemRuntimeInteropServicesRuntimeInformation>4.3.0</SystemRuntimeInteropServicesRuntimeInformation>
24
<!-- deployment-tools -->
25
<MicrosoftDeploymentDotNetReleasesVersion>2.0.0-preview.1.24305.1</MicrosoftDeploymentDotNetReleasesVersion>
0 commit comments