We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c75d9 commit d42963cCopy full SHA for d42963c
src/Microsoft.ML.DnnAnalyzer/Microsoft.ML.DnnAnalyzer/Microsoft.ML.DnnAnalyzer.csproj
@@ -2,9 +2,8 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>netcoreapp2.0</TargetFramework>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
6
<AssemblyName>DnnAnalyzer</AssemblyName>
7
- <IncludeInPackage>Microsoft.ML.TensorFlow</IncludeInPackage>
8
</PropertyGroup>
9
10
<ItemGroup>
@@ -14,6 +13,7 @@
14
13
15
16
<NativeAssemblyReference Include="tensorflow" />
+ <NativeAssemblyReference Condition="'$(OS)' != 'Windows_NT'" Include="tensorflow_framework" />
17
</ItemGroup>
18
19
</Project>
0 commit comments