Skip to content

Commit fc023f9

Browse files
author
Jason Zhai
committed
Update package versions: System.Buffers, System.Memory, System.Threading.Tasks.Extensions
1 parent e1115ae commit fc023f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@
288288
Versions need to be conditionally selected: due to https://github.com/dotnet/sdk/issues/45155
289289
-->
290290
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'">
291-
<SystemBuffersVersion>4.6.0</SystemBuffersVersion>
292-
<SystemMemoryVersion>4.6.0</SystemMemoryVersion>
293-
<SystemThreadingTasksExtensionsVersion>4.6.0</SystemThreadingTasksExtensionsVersion>
291+
<SystemBuffersVersion>4.6.1</SystemBuffersVersion>
292+
<SystemMemoryVersion>4.6.2</SystemMemoryVersion>
293+
<SystemThreadingTasksExtensionsVersion>4.6.2</SystemThreadingTasksExtensionsVersion>
294294
</PropertyGroup>
295295
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'">
296296
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>

0 commit comments

Comments
 (0)