Skip to content

Commit d42963c

Browse files
yaeldMSshauheen
authored andcommitted
Remove DnnAnalyzer from the Microsoft.ML.TensorFlow nuget (#1029)
1 parent 36c75d9 commit d42963c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.ML.DnnAnalyzer/Microsoft.ML.DnnAnalyzer/Microsoft.ML.DnnAnalyzer.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.0</TargetFramework>
5+
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<AssemblyName>DnnAnalyzer</AssemblyName>
7-
<IncludeInPackage>Microsoft.ML.TensorFlow</IncludeInPackage>
87
</PropertyGroup>
98

109
<ItemGroup>
@@ -14,6 +13,7 @@
1413

1514
<ItemGroup>
1615
<NativeAssemblyReference Include="tensorflow" />
16+
<NativeAssemblyReference Condition="'$(OS)' != 'Windows_NT'" Include="tensorflow_framework" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)