File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 280
280
<MicrosoftSourceLinkGitLabVersion >9.0.0-beta.25070.1</MicrosoftSourceLinkGitLabVersion >
281
281
<MicrosoftSourceLinkBitbucketGitVersion >9.0.0-beta.25070.1</MicrosoftSourceLinkBitbucketGitVersion >
282
282
</PropertyGroup >
283
- <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'" >
284
288
<SystemBuffersVersion >4.6.0</SystemBuffersVersion >
285
289
<SystemMemoryVersion >4.6.0</SystemMemoryVersion >
286
290
<SystemThreadingTasksExtensionsVersion >4.6.0</SystemThreadingTasksExtensionsVersion >
287
291
</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 >
288
297
<!-- Get .NET Framework reference assemblies from NuGet packages -->
289
298
<PropertyGroup >
290
299
<UsingToolNetFrameworkReferenceAssemblies >true</UsingToolNetFrameworkReferenceAssemblies >
You can’t perform that action at this time.
0 commit comments