File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 21
21
22
22
<!-- libtorch aux parts -->
23
23
<PropertyGroup Condition =" '$(_IsAuxPackage)' == 'true'" >
24
- <Authors >(see main package)</Authors >
25
- <PackageTags ></PackageTags >
26
- <Copyright >(see main package)</Copyright >
27
24
<Owners >The .NET Foundation and Contributors</Owners >
25
+ <Authors >PyTorch contributors;TorchSharp contributors</Authors >
26
+ <PackageTags ></PackageTags >
27
+ <Copyright >Copyright PyTorch contributors</Copyright >
28
+ <Owners >.NET Foundation and Contributors</Owners >
28
29
<PackageLicenseExpression >MIT</PackageLicenseExpression >
29
- <PackageDescription >(see main package)</PackageDescription >
30
+ <PackageProjectUrl >https://github.com/dotnet/TorchSharp</PackageProjectUrl >
31
+ <PackageDescription >This package contains fragmented components for the TorchSharp LibTorch redistribution.</PackageDescription >
30
32
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
31
33
</PropertyGroup >
32
34
You can’t perform that action at this time.
0 commit comments