File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
</PropertyGroup>
7
7
8
8
<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" />
9
13
<ProjectReference Include="../Microsoft.ML/Microsoft.ML.nupkgproj" />
10
14
</ItemGroup>
11
15
Original file line number Diff line number Diff line change 6
6
</PropertyGroup>
7
7
8
8
<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" />
13
10
</ItemGroup>
14
11
15
12
</Project>
You can’t perform that action at this time.
0 commit comments