|
|
|
@@ -1,11 +1,11 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks> |
|
|
|
<AssemblyName>Tensorflow.Binding</AssemblyName> |
|
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
|
<TargetTensorFlow>2.2.0</TargetTensorFlow> |
|
|
|
<Version>0.100.0</Version> |
|
|
|
<TargetTensorFlow>2.10.0</TargetTensorFlow> |
|
|
|
<Version>0.100.1</Version> |
|
|
|
<LangVersion>10.0</LangVersion> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors> |
|
|
|
@@ -20,7 +20,7 @@ |
|
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
|
Building, training and infering deep learning models. |
|
|
|
https://tensorflownet.readthedocs.io</Description> |
|
|
|
<AssemblyVersion>0.100.0.0</AssemblyVersion> |
|
|
|
<AssemblyVersion>0.100.1.0</AssemblyVersion> |
|
|
|
<PackageReleaseNotes> |
|
|
|
tf.net 0.100.x and above are based on tensorflow native 2.10.0 |
|
|
|
|
|
|
|
@@ -38,7 +38,7 @@ https://tensorflownet.readthedocs.io</Description> |
|
|
|
tf.net 0.7x.x aligns with TensorFlow v2.7.x native library. |
|
|
|
tf.net 0.10x.x aligns with TensorFlow v2.10.x native library. |
|
|
|
</PackageReleaseNotes> |
|
|
|
<FileVersion>0.100.0.0</FileVersion> |
|
|
|
<FileVersion>0.100.1.0</FileVersion> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
|
<SignAssembly>true</SignAssembly> |
|
|
|
@@ -108,7 +108,7 @@ https://tensorflownet.readthedocs.io</Description> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.148" /> |
|
|
|
<PackageReference Include="Protobuf.Text" Version="0.5.0" /> |
|
|
|
<PackageReference Include="Protobuf.Text" Version="0.6.0" /> |
|
|
|
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |