Skip to content

Commit 1687a1f

Browse files
committed
Fix package duplicates
1 parent 1bcfa48 commit 1687a1f

File tree

4 files changed

+4
-20
lines changed

4 files changed

+4
-20
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.1.70</Version>
3+
<Version>0.1.78</Version>
44
<Company>TensorStack</Company>
55
<Copyright>TensorStack - 2025</Copyright>
66
<RepositoryUrl>https://github.com/TensorStack-AI/TensorStack</RepositoryUrl>

TensorStack.Providers.DML/TensorStack.Providers.DML.csproj

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,14 @@
2020
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.23.0" />
2121
</ItemGroup>
2222

23-
<PropertyGroup Label="Globals" >
23+
<PropertyGroup Label="Globals">
2424
<Microsoft_AI_DirectML_SkipLibraryCopy>True</Microsoft_AI_DirectML_SkipLibraryCopy>
2525
<Microsoft_AI_DirectML_SkipDebugLayerCopy>True</Microsoft_AI_DirectML_SkipDebugLayerCopy>
2626
</PropertyGroup>
2727

2828
<!--Binaries-->
2929
<ItemGroup>
30-
<Content Include="DirectML.dll"
31-
Pack="true"
32-
PackagePath="contentFiles\any\any\"
33-
CopyToOutputDirectory="Always"
34-
PackageCopyToOutput="true" />
35-
<None Include="DirectML.dll" Pack="false" />
30+
<Content Include="DirectML.dll" Pack="true" PackagePath="lib\$(TargetFramework)\" CopyToOutputDirectory="Always" PackageCopyToOutput="true" />
3631
</ItemGroup>
3732

3833

@@ -59,10 +54,5 @@
5954
<PackagePath>\</PackagePath>
6055
</None>
6156
</ItemGroup>
62-
<ItemGroup>
63-
<None Include="TensorStack.Providers.DML.targets"
64-
Pack="true"
65-
PackagePath="buildTransitive\" />
66-
</ItemGroup>
6757

6858
</Project>

TensorStack.Providers.DML/TensorStack.Providers.DML.targets

Lines changed: 0 additions & 7 deletions
This file was deleted.

TensorStack.Video/TensorStack.Video.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<ItemGroup>
33
<Content Include="$(MSBuildThisFileDirectory)..\contentFiles\any\any\Interpolation.onnx">
44
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5+
<Pack>false</Pack>
56
</Content>
67
</ItemGroup>
78
</Project>

0 commit comments

Comments
 (0)