Skip to content

Commit c41dc4e

Browse files
committed
Ah ha! Missed the version numbers. That's what the problem was.
1 parent 17bbd06 commit c41dc4e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

eng/Versions.props

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,20 @@
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'">
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>
283297
<!-- Get .NET Framework reference assemblies from NuGet packages -->
284298
<PropertyGroup>
285299
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>

src/BuiltInTools/HotReloadAgent.PipeRpc/Microsoft.DotNet.HotReload.Agent.PipeRpc.Package.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<GenerateDependencyFile>false</GenerateDependencyFile>
1010
<Nullable>enable</Nullable>
1111
<LangVersion>preview</LangVersion>
12-
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
1312

1413
<!-- NuGet -->
1514
<IsPackable>true</IsPackable>

0 commit comments

Comments
 (0)