Skip to content

Commit

Permalink
released tf.net v0.60, keras v0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oceania2018 committed Aug 6, 2021
1 parent 9a2ed27 commit 3ed9f02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/TensorFlowNET.Core/Tensorflow.Binding.csproj
Expand Up @@ -62,6 +62,7 @@ tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.</PackageReleaseNotes

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants />
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/TensorFlowNET.Keras/Tensorflow.Keras.csproj
Expand Up @@ -55,6 +55,10 @@ Keras is an API designed for human beings, not machines. Keras follows best prac
<DocumentationFile>Tensorflow.Keras.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DefineConstants />
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.139" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Expand Down
Expand Up @@ -18,6 +18,11 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants />
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.5" />
Expand Down

0 comments on commit 3ed9f02

Please sign in to comment.