Skip to content

Commit 9a32f54

Browse files
authored
Move Time Series, TensorFlow and OnnxTransform nugets to stable project (#3834)
* Move Time Series, TensorFlow and OnnxConverter nugets to stable projects. * fix. * fix.
1 parent f78de3e commit 9a32f54

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

build/BranchInfo.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
Microsoft.ML.LightGbm;
1616
Microsoft.ML.Mkl.Components;
1717
Microsoft.ML.Mkl.Redist;
18+
Microsoft.ML.TimeSeries;
19+
Microsoft.ML.TensorFlow;
20+
Microsoft.ML.OnnxTransformer;
1821
</StableProjects>
1922
<IsStableProject Condition="'$(MSBuildProjectName.Contains(.symbols))' == 'false'">$(StableProjects.Contains($(MSBuildProjectName)))</IsStableProject>
2023
<IsStableProject Condition="'$(MSBuildProjectName.Contains(.symbols))' == 'true'">$(StableProjects.Contains($(MSBuildProjectName.Substring(0, $(MSBuildProjectName.IndexOf(.symbols))))))</IsStableProject>

src/Microsoft.ML.OnnxTransformer/Microsoft.ML.OnnxTransformer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML.OnnxTransformer</IncludeInPackage>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<RunApiCompat>false</RunApiCompat>
78
</PropertyGroup>
89

910
<ItemGroup>

src/Microsoft.ML.TensorFlow/Microsoft.ML.TensorFlow.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<IncludeInPackage>Microsoft.ML.TensorFlow</IncludeInPackage>
66
<DefineConstants>CORECLR</DefineConstants>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8+
<RunApiCompat>false</RunApiCompat>
89
</PropertyGroup>
910

1011
<ItemGroup>

src/Microsoft.ML.TimeSeries/Microsoft.ML.TimeSeries.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML.TimeSeries</IncludeInPackage>
6+
<RunApiCompat>false</RunApiCompat>
67
</PropertyGroup>
78

89
<ItemGroup>
910
<ProjectReference Include="..\Microsoft.ML.Core\Microsoft.ML.Core.csproj" />
1011
<ProjectReference Include="..\Microsoft.ML.Data\Microsoft.ML.Data.csproj" />
1112
<ProjectReference Include="..\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj" />
1213
</ItemGroup>
13-
1414
</Project>

0 commit comments

Comments
 (0)