11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0</ TargetFramework >
4+ <TargetFrameworks >netstandard2.0;net6.0</ TargetFrameworks >
55 <AssemblyName >Tensorflow.Binding</AssemblyName >
66 <RootNamespace >Tensorflow</RootNamespace >
7- <TargetTensorFlow >2.2 .0</TargetTensorFlow >
8- <Version >0.100.0 </Version >
7+ <TargetTensorFlow >2.10 .0</TargetTensorFlow >
8+ <Version >0.100.1 </Version >
99 <LangVersion >10.0</LangVersion >
1010 <Nullable >enable</Nullable >
1111 <Authors >Haiping Chen, Meinrad Recheis, Eli Belash</Authors >
2020 <Description >Google's TensorFlow full binding in .NET Standard.
2121Building, training and infering deep learning models.
2222https://tensorflownet.readthedocs.io</Description >
23- <AssemblyVersion >0.100.0 .0</AssemblyVersion >
23+ <AssemblyVersion >0.100.1 .0</AssemblyVersion >
2424 <PackageReleaseNotes >
2525 tf.net 0.100.x and above are based on tensorflow native 2.10.0
2626
@@ -38,7 +38,7 @@ https://tensorflownet.readthedocs.io</Description>
3838 tf.net 0.7x.x aligns with TensorFlow v2.7.x native library.
3939 tf.net 0.10x.x aligns with TensorFlow v2.10.x native library.
4040 </PackageReleaseNotes >
41- <FileVersion >0.100.0 .0</FileVersion >
41+ <FileVersion >0.100.1 .0</FileVersion >
4242 <PackageLicenseFile >LICENSE</PackageLicenseFile >
4343 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
4444 <SignAssembly >true</SignAssembly >
@@ -108,7 +108,7 @@ https://tensorflownet.readthedocs.io</Description>
108108
109109 <ItemGroup >
110110 <PackageReference Include =" MethodBoundaryAspect.Fody" Version =" 2.0.148" />
111- <PackageReference Include =" Protobuf.Text" Version =" 0.5 .0" />
111+ <PackageReference Include =" Protobuf.Text" Version =" 0.6 .0" />
112112 <PackageReference Include =" Serilog.Sinks.Console" Version =" 4.1.0" />
113113 </ItemGroup >
114114</Project >
0 commit comments