Skip to content

Commit c05dd5d

Browse files
authored
Fix packaging of DNN and Tensorflow nuget package. (#4068)
1 parent 8d51eee commit c05dd5d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pkg/Microsoft.ML.Dnn/Microsoft.ML.Dnn.nupkgproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9+
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="1.14.0" />
10+
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="$(SystemIOFileSystemAccessControl)" />
11+
<PackageReference Include="System.Security.Principal.Windows" Version="$(SystemSecurityPrincipalWindows)" />
12+
<PackageReference Include="TensorFlow.NET" Version="0.10.10" />
913
<ProjectReference Include="../Microsoft.ML/Microsoft.ML.nupkgproj" />
1014
</ItemGroup>
1115

pkg/Microsoft.ML.TensorFlow/Microsoft.ML.TensorFlow.nupkgproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="$(SystemIOFileSystemAccessControl)" />
10-
<PackageReference Include="System.Security.Principal.Windows" Version="$(SystemSecurityPrincipalWindows)" />
11-
<ProjectReference Include="../Microsoft.ML/Microsoft.ML.nupkgproj" />
12-
<ProjectReference Include="../Microsoft.ML.TensorFlow.Redist/Microsoft.ML.TensorFlow.Redist.nupkgproj" />
9+
<ProjectReference Include="../Microsoft.ML.Dnn/Microsoft.ML.Dnn.nupkgproj" />
1310
</ItemGroup>
1411

1512
</Project>

0 commit comments

Comments
 (0)