Skip to content

Commit 3ed9f02

Browse files
committed
released tf.net v0.60, keras v0.6.
1 parent 9a2ed27 commit 3ed9f02

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

src/TensorFlowNET.Core/Tensorflow.Binding.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.</PackageReleaseNotes
6262

6363
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6464
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
65+
<DefineConstants />
6566
</PropertyGroup>
6667

6768
<ItemGroup>

src/TensorFlowNET.Keras/Tensorflow.Keras.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ Keras is an API designed for human beings, not machines. Keras follows best prac
5555
<DocumentationFile>Tensorflow.Keras.xml</DocumentationFile>
5656
</PropertyGroup>
5757

58+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
59+
<DefineConstants />
60+
</PropertyGroup>
61+
5862
<ItemGroup>
5963
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.139" />
6064
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />

test/TensorFlowNET.Graph.UnitTest/TensorFlowNET.Graph.UnitTest.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1919
</PropertyGroup>
2020

21+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
22+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
23+
<DefineConstants />
24+
</PropertyGroup>
25+
2126
<ItemGroup>
2227
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
2328
<PackageReference Include="MSTest.TestAdapter" Version="2.2.5" />

0 commit comments

Comments
 (0)