Skip to content

Commit 3469f03

Browse files
committed
Update versions
1 parent aeab68a commit 3469f03

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

eng/Versions.props

+2-4
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,10 @@
101101
<!-- The maintenance-packages dependency versions need to be conditionally selected: https://github.com/dotnet/sdk/issues/45155 -->
102102
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'">
103103
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
104-
<SystemRuntimeCompilerServicesUnsafeVersion>6.1.1</SystemRuntimeCompilerServicesUnsafeVersion>
105104
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
106105
</PropertyGroup>
107106
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'">
108-
<MicrosoftIORedistVersion>6.1.0</MicrosoftIORedistVersion>
109-
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
110-
<SystemThreadingTasksExtensionsVersion>4.6.0</SystemThreadingTasksExtensionsVersion>
107+
<MicrosoftIORedistVersion>6.1.1</MicrosoftIORedistVersion>
108+
<SystemThreadingTasksExtensionsVersion>4.6.1</SystemThreadingTasksExtensionsVersion>
111109
</PropertyGroup>
112110
</Project>

0 commit comments

Comments
 (0)