Skip to content

Commit e594153

Browse files
committed
Remove explicit copy of native binary
1 parent a7761ef commit e594153

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PdfReader.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
</ItemGroup>
2525

2626
<Target Name="CopyNativeDLLs" AfterTargets="Publish">
27-
<Copy SourceFiles=".\bin\x64\Release\net8.0\win-x64\gltf_api.dll" DestinationFolder="$(PublishDir)" />
2827
<Copy SourceFiles=".\bin\x64\Release\net8.0\win-x64\gsdll64.dll" DestinationFolder="$(PublishDir)" />
2928
</Target>
3029
</Project>

0 commit comments

Comments
 (0)