Skip to content

Commit 8eea12c

Browse files
committed
remove redundant IsStableProject definition
1 parent f0ebe31 commit 8eea12c

File tree

13 files changed

+4
-13
lines changed

13 files changed

+4
-13
lines changed

src/Microsoft.ML.Analyzer/Microsoft.ML.Analyzer.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard1.3</TargetFramework>
55
<IncludeAnalyzerInPackage>Microsoft.ML</IncludeAnalyzerInPackage>
6+
7+
<!-- No public surface in this assembly -->
8+
<RunApiCompat>false</RunApiCompat>
69
</PropertyGroup>
710

811
<ItemGroup>

src/Microsoft.ML.Core/Microsoft.ML.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<DefineConstants>CORECLR</DefineConstants>
88
<RootNamespace>Microsoft.ML</RootNamespace>
9-
<IsStableProject>true</IsStableProject>
109
</PropertyGroup>
1110

1211
<ItemGroup>

src/Microsoft.ML.CpuMath/Microsoft.ML.CpuMath.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<DefineConstants>$(DefineConstants);CPUMATH_INFRASTRUCTURE</DefineConstants>
99
<LangVersion>7.3</LangVersion>
10-
<IsStableProject>true</IsStableProject>
1110
</PropertyGroup>
1211

1312
<ItemGroup>

src/Microsoft.ML.Data/Microsoft.ML.Data.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<IncludeInPackage>Microsoft.ML</IncludeInPackage>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<DefineConstants>CORECLR</DefineConstants>
8-
<IsStableProject>true</IsStableProject>
98
</PropertyGroup>
109

1110
<ItemGroup>

src/Microsoft.ML.DataView/Microsoft.ML.DataView.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML.DataView</IncludeInPackage>
6-
<IsStableProject>true</IsStableProject>
76
</PropertyGroup>
87

98
<ItemGroup>

src/Microsoft.ML.FastTree/Microsoft.ML.FastTree.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
<IncludeInPackage>Microsoft.ML.FastTree</IncludeInPackage>
66
<DefineConstants>$(DefineConstants);USE_FASTTREENATIVE;NO_STORE;CORECLR</DefineConstants>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8-
<IsStableProject>true</IsStableProject>
98
</PropertyGroup>
109

1110
<ItemGroup>
1211
<ProjectReference Include="..\Microsoft.ML.Core\Microsoft.ML.Core.csproj" />
1312
<ProjectReference Include="..\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj" />
1413
<ProjectReference Include="..\Microsoft.ML.Data\Microsoft.ML.Data.csproj" />
1514
</ItemGroup>
16-
15+
1716
</Project>

src/Microsoft.ML.ImageAnalytics/Microsoft.ML.ImageAnalytics.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML.ImageAnalytics</IncludeInPackage>
6-
<IsStableProject>true</IsStableProject>
76
</PropertyGroup>
87

98
<ItemGroup>

src/Microsoft.ML.KMeansClustering/Microsoft.ML.KMeansClustering.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML</IncludeInPackage>
6-
<IsStableProject>true</IsStableProject>
76
</PropertyGroup>
87

98
<ItemGroup>

src/Microsoft.ML.LightGbm/Microsoft.ML.LightGbm.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML.LightGbm</IncludeInPackage>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<IsStableProject>true</IsStableProject>
87
</PropertyGroup>
98
<ItemGroup>
109
<ProjectReference Include="..\Microsoft.ML.Core\Microsoft.ML.Core.csproj" />

src/Microsoft.ML.Mkl.Components/Microsoft.ML.Mkl.Components.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML.Mkl.Components</IncludeInPackage>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<IsStableProject>true</IsStableProject>
87
</PropertyGroup>
98
<ItemGroup>
109
<ProjectReference Include="..\Microsoft.ML.Core\Microsoft.ML.Core.csproj" />

src/Microsoft.ML.PCA/Microsoft.ML.PCA.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML</IncludeInPackage>
6-
<IsStableProject>true</IsStableProject>
76
</PropertyGroup>
87

98
<ItemGroup>

src/Microsoft.ML.StandardTrainers/Microsoft.ML.StandardTrainers.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML</IncludeInPackage>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<IsStableProject>true</IsStableProject>
87
</PropertyGroup>
98

109
<ItemGroup>

src/Microsoft.ML.Transforms/Microsoft.ML.Transforms.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<IncludeInPackage>Microsoft.ML</IncludeInPackage>
66
<DefineConstants>CORECLR</DefineConstants>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8-
<IsStableProject>true</IsStableProject>
98
</PropertyGroup>
109

1110
<ItemGroup>

0 commit comments

Comments
 (0)