Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update operations to TensorFlow 2.8.0 #502

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Remove net471 target framework
  • Loading branch information
glopesdev committed Apr 17, 2020
commit 9d02183fd13b5ca7dccf918ec5ac6f629e9a1230
2 changes: 1 addition & 1 deletion TensorFlowSharp/TensorFlowSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>TensorFlowSharp</RootNamespace>
<AssemblyName>TensorFlowSharp</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>