Skip to content

Commit 6ceda53

Browse files
update fragmented packages metadata
1 parent deba4aa commit 6ceda53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/Directory.Build.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
<!-- libtorch aux parts -->
2323
<PropertyGroup Condition="'$(_IsAuxPackage)' == 'true'">
24-
<Owners>The .NET Foundation and Contributors</Owners>
25-
<Authors>PyTorch contributors;TorchSharp contributors</Authors>
26-
<PackageTags></PackageTags>
27-
<Copyright>Copyright PyTorch contributors</Copyright>
2824
<Owners>.NET Foundation and Contributors</Owners>
25+
<Authors>PyTorch contributors;TorchSharp contributors</Authors>
26+
<PackageTags>TorchSharp LibTorch PyTorch Torch DL DNN Deep ML Machine Learning Neural Network</PackageTags>
2927
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3028
<PackageProjectUrl>https://github.com/dotnet/TorchSharp</PackageProjectUrl>
29+
<Copyright>Copyright PyTorch contributors</Copyright>
30+
<TargetFramework Condition="'$(SkipSettingTargetFrameworkInGlobalProps)' != 'true'">netstandard2.0</TargetFramework>
3131
<PackageDescription>This package contains fragmented components for the TorchSharp LibTorch redistribution.</PackageDescription>
32-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
32+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3333
</PropertyGroup>
3434

3535
<!-- TorchSharp, TorchSharp=cpu, TorchSharp-cuda-linux, TorchSharp-cuda=windows -->

0 commit comments

Comments
 (0)