File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
src/BuiltInTools/HotReloadAgent.PipeRpc Expand file tree Collapse file tree 2 files changed +14
-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
+ <!--
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'" >
288
+ <SystemBuffersVersion >4.6.0</SystemBuffersVersion >
289
+ <SystemMemoryVersion >4.6.0</SystemMemoryVersion >
290
+ <SystemThreadingTasksExtensionsVersion >4.6.0</SystemThreadingTasksExtensionsVersion >
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 >
283
297
<!-- Get .NET Framework reference assemblies from NuGet packages -->
284
298
<PropertyGroup >
285
299
<UsingToolNetFrameworkReferenceAssemblies >true</UsingToolNetFrameworkReferenceAssemblies >
Original file line number Diff line number Diff line change 9
9
<GenerateDependencyFile >false</GenerateDependencyFile >
10
10
<Nullable >enable</Nullable >
11
11
<LangVersion >preview</LangVersion >
12
- <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
13
12
14
13
<!-- NuGet -->
15
14
<IsPackable >true</IsPackable >
You can’t perform that action at this time.
0 commit comments