Skip to content

Commit 160eade

Browse files
singliseerhardt
authored andcommitted
- Removes ResultProcessor, Maml and Sweeper from Microsoft.ML nuget. (#2690)
This fixes #689
1 parent 9fe8233 commit 160eade

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/Microsoft.ML.Maml/Microsoft.ML.Maml.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
<PropertyGroup>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<DefineConstants>CORECLR</DefineConstants>
6-
<IncludeInPackage>Microsoft.ML</IncludeInPackage>
76
<TargetFramework>netstandard2.0</TargetFramework>
87
</PropertyGroup>
98

109
<ItemGroup>
1110
<ProjectReference Include="..\Microsoft.ML.Core\Microsoft.ML.Core.csproj" />
1211
</ItemGroup>
1312

14-
</Project>
13+
</Project>

src/Microsoft.ML.ResultProcessor/Microsoft.ML.ResultProcessor.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<IncludeInPackage>Microsoft.ML</IncludeInPackage>
65
<DefineConstants>CORECLR</DefineConstants>
76
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
87
</PropertyGroup>

src/Microsoft.ML.Sweeper/Microsoft.ML.Sweeper.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<IncludeInPackage>Microsoft.ML</IncludeInPackage>
65
<DefineConstants>CORECLR</DefineConstants>
76
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
87
</PropertyGroup>

0 commit comments

Comments
 (0)