diff --git a/build.proj b/build.proj index 2099d6cfbf..793fd4888e 100644 --- a/build.proj +++ b/build.proj @@ -21,8 +21,8 @@ + - @@ -34,7 +34,7 @@ CreateOrUpdateCurrentVersionFile; RestoreProjects; BuildRedist; - BuildNative; + $(TraversalBuildDependsOn); DownloadExternalTestFiles; @@ -68,7 +68,7 @@ - + 0 - 13 + 2 0 preview diff --git a/pkg/Microsoft.ML.Auto/Microsoft.ML.Auto.nupkgproj b/pkg/Microsoft.ML.Auto/Microsoft.ML.Auto.nupkgproj new file mode 100644 index 0000000000..c08c4fac4c --- /dev/null +++ b/pkg/Microsoft.ML.Auto/Microsoft.ML.Auto.nupkgproj @@ -0,0 +1,14 @@ + + + + netstandard2.0 + ML.NET AutoML: Optimizes an ML pipelineĀ for your dataset, by automatically locating the best feature engineering, model, and hyperparameters + + + + + + + + + diff --git a/pkg/Microsoft.ML.Auto/Microsoft.ML.Auto.symbols.nupkgproj b/pkg/Microsoft.ML.Auto/Microsoft.ML.Auto.symbols.nupkgproj new file mode 100644 index 0000000000..e469ae82eb --- /dev/null +++ b/pkg/Microsoft.ML.Auto/Microsoft.ML.Auto.symbols.nupkgproj @@ -0,0 +1,5 @@ + + + + + diff --git a/src/Microsoft.ML.Auto/Microsoft.ML.Auto.csproj b/src/Microsoft.ML.Auto/Microsoft.ML.Auto.csproj index 3dc6ce6593..c9550f1d7d 100644 --- a/src/Microsoft.ML.Auto/Microsoft.ML.Auto.csproj +++ b/src/Microsoft.ML.Auto/Microsoft.ML.Auto.csproj @@ -6,37 +6,18 @@ false false + Microsoft.ML.Auto - - + - - Microsoft - LICENSE - https://dot.net/ml - https://aka.ms/mlnetlogo - https://aka.ms/mlnetreleasenotes - - ML.NET ML Machine Learning AutoML - Microsoft.ML.Auto - - true - - 1701;1702 - - - - - - - + diff --git a/src/mlnet/mlnet.csproj b/src/mlnet/mlnet.csproj index 7a2cf20063..d68e5b154d 100644 --- a/src/mlnet/mlnet.csproj +++ b/src/mlnet/mlnet.csproj @@ -20,24 +20,13 @@ + - - - mscorlib - - - System - - - System.Core - - - diff --git a/test/Microsoft.ML.AutoML.Tests/Microsoft.ML.AutoML.Tests.csproj b/test/Microsoft.ML.AutoML.Tests/Microsoft.ML.AutoML.Tests.csproj index 3a9140e449..0f8802a55f 100644 --- a/test/Microsoft.ML.AutoML.Tests/Microsoft.ML.AutoML.Tests.csproj +++ b/test/Microsoft.ML.AutoML.Tests/Microsoft.ML.AutoML.Tests.csproj @@ -37,5 +37,5 @@ PreserveNewest - + diff --git a/test/run-tests.proj b/test/run-tests.proj index a5afe75dd3..68328d01c9 100644 --- a/test/run-tests.proj +++ b/test/run-tests.proj @@ -2,8 +2,9 @@ - - + + +