Oceania2018 6 years ago
parent
commit
d216d8b46b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/TensorFlowHub/TensorFlowHub.csproj

+ 2
- 2
src/TensorFlowHub/TensorFlowHub.csproj View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<RootNamespace>Tensorflow.Hub</RootNamespace> <RootNamespace>Tensorflow.Hub</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Kerry Jiang</Authors> <Authors>Kerry Jiang</Authors>
<Company>SciSharp STACK</Company> <Company>SciSharp STACK</Company>
<Copyright>Apache 2.0</Copyright> <Copyright>Apache 2.0</Copyright>
@@ -17,6 +17,6 @@
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl> <PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="NumSharp" Version="0.20.2" />
<PackageReference Include="NumSharp" Version="0.20.3" />
</ItemGroup> </ItemGroup>
</Project> </Project>

Loading…
Cancel
Save