File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4444
4545 <ItemGroup >
4646 <PackageReference Include =" Microsoft.ML.Onnx.TestModels" Version =" $(MicrosoftMLOnnxTestModelsVersion)" />
47+ <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
4748 </ItemGroup >
4849 <ItemGroup Condition =" '$(OS)' == 'Windows_NT'" >
4950 <PackageReference Include =" SciSharp.TensorFlow.Redist-Windows-GPU" Version =" $(TensorFlowVersion)" />
Original file line number Diff line number Diff line change 977977 <PackageReference Include =" Microsoft.ML.Onnx.TestModels" Version =" $(MicrosoftMLOnnxTestModelsVersion)" />
978978 <PackageReference Include =" SciSharp.TensorFlow.Redist" Version =" $(TensorFlowVersion)" />
979979 <PackageReference Include =" Microsoft.ML.OnnxRuntime" Version =" $(MicrosoftMLOnnxRuntimeVersion)" />
980+ <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
980981 </ItemGroup >
981982
982983 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net6.0 </TargetFramework >
55 <OutputType >Exe</OutputType >
66 <AssemblyName >MML</AssemblyName >
77 <StartupObject >Microsoft.ML.Tools.Console.Console</StartupObject >
2727 <ProjectReference Include =" ..\Microsoft.ML.Sweeper\Microsoft.ML.Sweeper.csproj" />
2828 <ProjectReference Include =" ..\Microsoft.ML.TensorFlow\Microsoft.ML.TensorFlow.csproj" />
2929 <ProjectReference Include =" ..\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj" />
30+ <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
3031
3132 <NativeAssemblyReference Include =" FastTreeNative" />
3233 <NativeAssemblyReference Include =" CpuMathNative" />
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <IncludeInPackage >Microsoft.ML.AutoML </IncludeInPackage >
5+ <IncludeInPackage >Microsoft.ML.Core </IncludeInPackage >
66 <DisableImplicitNamespaceImports >true</DisableImplicitNamespaceImports >
77 <NoWarn >MSML_ContractsCheckMessageNotLiteralOrIdentifier</NoWarn >
88 <LangVersion >9.0</LangVersion >
You can’t perform that action at this time.
0 commit comments