Skip to content

Commit 24fba9d

Browse files
committed
Removing conditional versions.
1 parent c41dc4e commit 24fba9d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

eng/Versions.props

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -280,20 +280,11 @@
280280
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.25070.1</MicrosoftSourceLinkGitLabVersion>
281281
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.25070.1</MicrosoftSourceLinkBitbucketGitVersion>
282282
</PropertyGroup>
283-
<!--
284-
Dependencies to support netstandard2.0 targets.
285-
Versions need to be conditionally selected: due to https://github.com/dotnet/sdk/issues/45155
286-
-->
287-
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'">
283+
<PropertyGroup>
288284
<SystemBuffersVersion>4.6.0</SystemBuffersVersion>
289285
<SystemMemoryVersion>4.6.0</SystemMemoryVersion>
290286
<SystemThreadingTasksExtensionsVersion>4.6.0</SystemThreadingTasksExtensionsVersion>
291287
</PropertyGroup>
292-
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'">
293-
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
294-
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
295-
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
296-
</PropertyGroup>
297288
<!-- Get .NET Framework reference assemblies from NuGet packages -->
298289
<PropertyGroup>
299290
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>

0 commit comments

Comments
 (0)