11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
4+ <TargetFramework >netstandard2.0 </TargetFramework >
55 <AssemblyName >TensorFlow.NET</AssemblyName >
66 <RootNamespace >Tensorflow</RootNamespace >
77 <TargetTensorFlow >2.2.0</TargetTensorFlow >
8- <Version >0.60.1 </Version >
8+ <Version >0.60.2 </Version >
99 <LangVersion >9.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.60.1 .0</AssemblyVersion >
23+ <AssemblyVersion >0.60.2 .0</AssemblyVersion >
2424 <PackageReleaseNotes >tf.net 0.60.x and above are based on tensorflow native 2.6.0
2525
2626* Eager Mode is added finally.
@@ -35,7 +35,7 @@ Keras API is a separate package released as TensorFlow.Keras.
3535tf.net 0.4x.x aligns with TensorFlow v2.4.1 native library.
3636tf.net 0.5x.x aligns with TensorFlow v2.5.x native library.
3737tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.</PackageReleaseNotes >
38- <FileVersion >0.60.1 .0</FileVersion >
38+ <FileVersion >0.60.2 .0</FileVersion >
3939 <PackageLicenseFile >LICENSE</PackageLicenseFile >
4040 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
4141 <SignAssembly >true</SignAssembly >
@@ -90,8 +90,8 @@ tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.</PackageReleaseNotes
9090
9191 <ItemGroup >
9292 <PackageReference Include =" MethodBoundaryAspect.Fody" Version =" 2.0.139" />
93- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5.0.1 " />
93+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5.0.2 " />
9494 <PackageReference Include =" Protobuf.Text" Version =" 0.5.0" />
95- <PackageReference Include =" Serilog.Sinks.Console" Version =" 3.1.1 " />
95+ <PackageReference Include =" Serilog.Sinks.Console" Version =" 4.0.0 " />
9696 </ItemGroup >
9797</Project >
0 commit comments