File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 101
101
<!-- The maintenance-packages dependency versions need to be conditionally selected: https://github.com/dotnet/sdk/issues/45155 -->
102
102
<PropertyGroup Condition =" '$(DotNetBuildSourceOnly)' != 'true'" >
103
103
<MicrosoftIORedistVersion >6.0.1</MicrosoftIORedistVersion >
104
- <SystemRuntimeCompilerServicesUnsafeVersion >6.1.1</SystemRuntimeCompilerServicesUnsafeVersion >
105
104
<SystemThreadingTasksExtensionsVersion >4.5.4</SystemThreadingTasksExtensionsVersion >
106
105
</PropertyGroup >
107
106
<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 >
111
109
</PropertyGroup >
112
110
</Project >
You can’t perform that action at this time.
0 commit comments