Skip to content

Commit

Permalink
upgrade to tf .net v0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
Oceania2018 committed Jan 8, 2022
1 parent a35e172 commit 4aaceab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions SharpCV.sln
Expand Up @@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpCV.Examples", "src\Sha
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpCV", "src\SharpCV\SharpCV.csproj", "{3EACFB88-65CC-43A4-B21A-949475694341}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tensorflow.Binding", "..\TensorFlow.NET\src\TensorFlowNET.Core\Tensorflow.Binding.csproj", "{4278D46A-F449-4CC7-9310-A7DFE7784221}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -55,6 +57,18 @@ Global
{3EACFB88-65CC-43A4-B21A-949475694341}.Release|x64.Build.0 = Release|Any CPU
{3EACFB88-65CC-43A4-B21A-949475694341}.Release|x86.ActiveCfg = Release|Any CPU
{3EACFB88-65CC-43A4-B21A-949475694341}.Release|x86.Build.0 = Release|Any CPU
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Debug|x64.ActiveCfg = Debug|x64
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Debug|x64.Build.0 = Debug|x64
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Debug|x86.ActiveCfg = Debug|Any CPU
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Debug|x86.Build.0 = Debug|Any CPU
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Release|Any CPU.Build.0 = Release|Any CPU
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Release|x64.ActiveCfg = Release|x64
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Release|x64.Build.0 = Release|x64
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Release|x86.ActiveCfg = Release|Any CPU
{4278D46A-F449-4CC7-9310-A7DFE7784221}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
10 changes: 5 additions & 5 deletions src/SharpCV/SharpCV.csproj
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>9.0</LangVersion>
<AssemblyName>SharpCV</AssemblyName>
<RootNamespace>SharpCV</RootNamespace>
<PackageId>SharpCV</PackageId>
<Version>0.10.0</Version>
<Version>0.11.0</Version>
<Authors>Haiping Chen</Authors>
<Company>SciSharp STACK</Company>
<Product>SharpCV</Product>
Expand All @@ -16,9 +16,9 @@
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
<RepositoryUrl>https://github.com/SciSharp/SharpCV</RepositoryUrl>
<PackageTags>OpenCV</PackageTags>
<AssemblyVersion>0.10.0.0</AssemblyVersion>
<AssemblyVersion>0.10.1.0</AssemblyVersion>
<RepositoryType>git</RepositoryType>
<FileVersion>0.10.0.0</FileVersion>
<FileVersion>0.10.1.0</FileVersion>
<PackageReleaseNotes>cv2.dnn, cv2.morphologyEx, cv2.findContours, cv2.drawContours, cv2.approxPolyDP, cv2.minAreaRect, cv2.split</PackageReleaseNotes>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
Expand All @@ -43,7 +43,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TensorFlow.NET" Version="0.60.0" />
<ProjectReference Include="..\..\..\TensorFlow.NET\src\TensorFlowNET.Core\Tensorflow.Binding.csproj" />
</ItemGroup>

</Project>

0 comments on commit 4aaceab

Please sign in to comment.