Skip to content

Commit 86c11e1

Browse files
authored
Update package versions in use by ML.NET tests (#7055)
Will backport this to the 3.0 branch too. This also updates Newtonsoft which is a product dependency - but only updates to the latest servicing release which we can do as a servicing release ourselves.
1 parent 59973fc commit 86c11e1

File tree

7 files changed

+9
-4
lines changed

7 files changed

+9
-4
lines changed

docs/samples/Microsoft.ML.Samples.OneDal/Microsoft.ML.Samples.OneDal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<ProjectReference Include="..\..\..\src\Microsoft.ML.StandardTrainers\Microsoft.ML.StandardTrainers.csproj" />
4949
<ProjectReference Include="..\..\..\src\Microsoft.ML.FastTree\Microsoft.ML.FastTree.csproj" />
5050
<ProjectReference Include="..\..\..\src\Microsoft.ML.OneDal\Microsoft.ML.OneDal.csproj" />
51-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
51+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
5252
</ItemGroup>
5353

5454
</Project>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<MicrosoftBclAsyncInterfacesVersion>6.0.0</MicrosoftBclAsyncInterfacesVersion>
1717
<MicrosoftExtensionsVersion>2.1.0</MicrosoftExtensionsVersion>
1818
<MicrosoftExtensionsDependencyInjectionVersion>6.0.0</MicrosoftExtensionsDependencyInjectionVersion>
19-
<NuGetVersion>6.7.0</NuGetVersion>
19+
<NuGetVersion>6.9.1</NuGetVersion>
2020
<SkiaSharpVersion>2.88.6</SkiaSharpVersion>
2121
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
2222
<SystemCodeDomVersion>4.5.0</SystemCodeDomVersion>
@@ -55,7 +55,7 @@
5555
<OneDalMinorBinaryVersion>1</OneDalMinorBinaryVersion>
5656
<MSTestTestAdapterVersion>2.1.0</MSTestTestAdapterVersion>
5757
<MSTestTestFrameworkVersion>2.1.0</MSTestTestFrameworkVersion>
58-
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
58+
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
5959
<ParquetDotNetVersion>2.1.3</ParquetDotNetVersion>
6060
<PlotlyNETCSharpVersion>0.0.1</PlotlyNETCSharpVersion>
6161
<SharpZipLibVersion>1.4.0</SharpZipLibVersion>
@@ -86,7 +86,7 @@
8686
<MicrosoftMLTensorFlowTestModelsVersion>0.0.13-test</MicrosoftMLTensorFlowTestModelsVersion>
8787
<MicrosoftMLTestDatabasesVersion>0.0.6-test</MicrosoftMLTestDatabasesVersion>
8888
<MicrosoftMLTestModelsVersion>0.0.7-test</MicrosoftMLTestModelsVersion>
89-
<SystemDataSqlClientVersion>4.8.5</SystemDataSqlClientVersion>
89+
<SystemDataSqlClientVersion>4.8.6</SystemDataSqlClientVersion>
9090
<SystemDataSQLiteCoreVersion>1.0.118</SystemDataSQLiteCoreVersion>
9191
<XunitCombinatorialVersion>1.2.7</XunitCombinatorialVersion>
9292
<!-- Opt-out repo features -->

test/Microsoft.Data.Analysis.Tests/Microsoft.Data.Analysis.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
</ItemGroup>
4747

4848
<ItemGroup>
49+
<PackageReference Include="System.Data.SqlClient" Version="$(SystemDataSqlClientVersion)" />
4950
<PackageReference Include="System.Data.SQLite" Version="$(SystemDataSQLiteCoreVersion)" />
5051
<PackageReference Include="System.Data.SQLite.Core" Version="$(SystemDataSQLiteCoreVersion)" PrivateAssets="none" />
5152
<PackageReference Include="System.Configuration.ConfigurationManager" Version="$(SystemConfigurationConfigurationManagerVersion)" />

test/Microsoft.ML.AutoML.Tests/Microsoft.ML.AutoML.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="ApprovalTests" Version="$(ApprovalTestsVersion)" />
21+
<PackageReference Include="System.Data.SqlClient" Version="$(SystemDataSqlClientVersion)" />
2122
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionVersion)" />
2223
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="$(TensorFlowVersion)" />
2324
<PackageReference Include="System.Text.Json" Version="$(SystemTextJsonVersion)" />

test/Microsoft.ML.CodeGenerator.Tests/Microsoft.ML.CodeGenerator.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="ApprovalTests" Version="$(ApprovalTestsVersion)" />
10+
<PackageReference Include="System.Data.SqlClient" Version="$(SystemDataSqlClientVersion)" />
1011
</ItemGroup>
1112

1213
<ItemGroup>

test/Microsoft.ML.Fairlearn.Tests/Microsoft.ML.Fairlearn.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="ApprovalTests" Version="$(ApprovalTestsVersion)" />
10+
<PackageReference Include="System.Data.SqlClient" Version="$(SystemDataSqlClientVersion)" />
1011
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionVersion)" />
1112
</ItemGroup>
1213

test/Microsoft.ML.SearchSpace.Tests/Microsoft.ML.SearchSpace.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="ApprovalTests" Version="$(ApprovalTestsVersion)" />
9+
<PackageReference Include="System.Data.SqlClient" Version="$(SystemDataSqlClientVersion)" />
910
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionVersion)" />
1011
</ItemGroup>
1112

0 commit comments

Comments
 (0)