Skip to content

Commit 4417477

Browse files
committed
enable app compat for time series, onnx transformer and tensorflow to stable api.
1 parent 81e564d commit 4417477

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Microsoft.ML.OnnxTransformer/Microsoft.ML.OnnxTransformer.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.OnnxTransformer</IncludeInPackage>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<RunApiCompat>false</RunApiCompat>
87
</PropertyGroup>
98

109
<ItemGroup>

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

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

1110
<ItemGroup>

src/Microsoft.ML.TimeSeries/Microsoft.ML.TimeSeries.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.TimeSeries</IncludeInPackage>
6-
<RunApiCompat>false</RunApiCompat>
76
</PropertyGroup>
87

98
<ItemGroup>

0 commit comments

Comments
 (0)