File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
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
- <!--
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 >
288
284
<SystemBuffersVersion >4.6.0</SystemBuffersVersion >
289
285
<SystemMemoryVersion >4.6.0</SystemMemoryVersion >
290
286
<SystemThreadingTasksExtensionsVersion >4.6.0</SystemThreadingTasksExtensionsVersion >
291
287
</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 >
297
288
<!-- Get .NET Framework reference assemblies from NuGet packages -->
298
289
<PropertyGroup >
299
290
<UsingToolNetFrameworkReferenceAssemblies >true</UsingToolNetFrameworkReferenceAssemblies >
You can’t perform that action at this time.
0 commit comments