Skip to content

Commit 500385b

Browse files
authored
Update maintenance-dependencies (#7433)
* Update maintenance-dependencies * Bump versions to latest published
1 parent 894f2aa commit 500385b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

eng/Versions.props

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,14 @@
2020
<MicrosoftExtensionsOptionsVersion>8.0.2</MicrosoftExtensionsOptionsVersion>
2121
<NuGetVersion>6.9.1</NuGetVersion>
2222
<SkiaSharpVersion>2.88.8</SkiaSharpVersion>
23-
<SystemBuffersVersion>4.6.0</SystemBuffersVersion>
2423
<SystemCodeDomVersion>8.0.0</SystemCodeDomVersion>
2524
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
2625
<SystemConfigurationConfigurationManagerVersion>6.0.1</SystemConfigurationConfigurationManagerVersion>
2726
<SystemFormatsAsn1Version>8.0.1</SystemFormatsAsn1Version>
2827
<SystemIOFileSystemAccessControl>5.0.0</SystemIOFileSystemAccessControl>
29-
<SystemMemoryVersion>4.6.1</SystemMemoryVersion>
3028
<SystemNumericsTensorsVersion>9.0.0</SystemNumericsTensorsVersion>
3129
<SystemReflectionEmitLightweightVersion>4.7.0</SystemReflectionEmitLightweightVersion>
3230
<SystemReflectionEmitVersion>4.3.0</SystemReflectionEmitVersion>
33-
<SystemRuntimeCompilerServicesUnsafeVersion>6.1.1</SystemRuntimeCompilerServicesUnsafeVersion>
3431
<SystemSecurityPrincipalWindows>5.0.0</SystemSecurityPrincipalWindows>
3532
<SystemTextEncodingsWebVersion>8.0.0</SystemTextEncodingsWebVersion>
3633
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
@@ -101,10 +98,18 @@
10198
<MicrosoftMLTestDatabasesVersion>0.0.6-test</MicrosoftMLTestDatabasesVersion>
10299
<MicrosoftMLTestModelsVersion>0.0.7-test</MicrosoftMLTestModelsVersion>
103100
<MicrosoftMLTestTokenizersVersion>2.0.0-beta.25161.1</MicrosoftMLTestTokenizersVersion>
104-
<SystemDataSqlClientVersion>4.9.0</SystemDataSqlClientVersion>
105101
<SystemDataSQLiteCoreVersion>1.0.118</SystemDataSQLiteCoreVersion>
106102
<XunitCombinatorialVersion>1.6.24</XunitCombinatorialVersion>
107103
<!-- Opt-out repo features -->
108104
<UsingToolXliff>false</UsingToolXliff>
109105
</PropertyGroup>
106+
<!-- Manually updated dependencies coming from maintenance-packages -->
107+
<PropertyGroup>
108+
<!-- Product dependencies -->
109+
<SystemBuffersVersion>4.6.1</SystemBuffersVersion>
110+
<SystemMemoryVersion>4.6.3</SystemMemoryVersion>
111+
<SystemRuntimeCompilerServicesUnsafeVersion>6.1.2</SystemRuntimeCompilerServicesUnsafeVersion>
112+
<!-- Test dependencies -->
113+
<SystemDataSqlClientVersion>4.9.0</SystemDataSqlClientVersion>
114+
</PropertyGroup>
110115
</Project>

0 commit comments

Comments
 (0)