We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7761ef commit e594153Copy full SHA for e594153
PdfReader.csproj
@@ -24,7 +24,6 @@
24
</ItemGroup>
25
26
<Target Name="CopyNativeDLLs" AfterTargets="Publish">
27
- <Copy SourceFiles=".\bin\x64\Release\net8.0\win-x64\gltf_api.dll" DestinationFolder="$(PublishDir)" />
28
<Copy SourceFiles=".\bin\x64\Release\net8.0\win-x64\gsdll64.dll" DestinationFolder="$(PublishDir)" />
29
</Target>
30
</Project>
0 commit comments