File tree 4 files changed +5
-2
lines changed
4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
44
45
45
<ItemGroup >
46
46
<PackageReference Include =" Microsoft.ML.Onnx.TestModels" Version =" $(MicrosoftMLOnnxTestModelsVersion)" />
47
+ <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
47
48
</ItemGroup >
48
49
<ItemGroup Condition =" '$(OS)' == 'Windows_NT'" >
49
50
<PackageReference Include =" SciSharp.TensorFlow.Redist-Windows-GPU" Version =" $(TensorFlowVersion)" />
Original file line number Diff line number Diff line change 977
977
<PackageReference Include =" Microsoft.ML.Onnx.TestModels" Version =" $(MicrosoftMLOnnxTestModelsVersion)" />
978
978
<PackageReference Include =" SciSharp.TensorFlow.Redist" Version =" $(TensorFlowVersion)" />
979
979
<PackageReference Include =" Microsoft.ML.OnnxRuntime" Version =" $(MicrosoftMLOnnxRuntimeVersion)" />
980
+ <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
980
981
</ItemGroup >
981
982
982
983
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net6.0 </TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
<AssemblyName >MML</AssemblyName >
7
7
<StartupObject >Microsoft.ML.Tools.Console.Console</StartupObject >
27
27
<ProjectReference Include =" ..\Microsoft.ML.Sweeper\Microsoft.ML.Sweeper.csproj" />
28
28
<ProjectReference Include =" ..\Microsoft.ML.TensorFlow\Microsoft.ML.TensorFlow.csproj" />
29
29
<ProjectReference Include =" ..\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj" />
30
+ <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
30
31
31
32
<NativeAssemblyReference Include =" FastTreeNative" />
32
33
<NativeAssemblyReference Include =" CpuMathNative" />
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <IncludeInPackage >Microsoft.ML.AutoML </IncludeInPackage >
5
+ <IncludeInPackage >Microsoft.ML.Core </IncludeInPackage >
6
6
<DisableImplicitNamespaceImports >true</DisableImplicitNamespaceImports >
7
7
<NoWarn >MSML_ContractsCheckMessageNotLiteralOrIdentifier</NoWarn >
8
8
<LangVersion >9.0</LangVersion >
You can’t perform that action at this time.
0 commit comments