|
|
@@ -34,7 +34,7 @@ https://tensorflownet.readthedocs.io</Description> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<DefineConstants>TRACE;DEBUG;SERIALIZABLE</DefineConstants> |
|
|
|
<DefineConstants>TRACE;DEBUG;SERIALIZABLE_</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
|
|
@@ -56,8 +56,7 @@ https://tensorflownet.readthedocs.io</Description> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Google.Protobuf" Version="3.10.0" /> |
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> |
|
|
|
<PackageReference Include="Google.Protobuf" Version="3.10.1" /> |
|
|
|
<PackageReference Include="NumSharp" Version="0.20.4" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|