Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(QRCoder): 修正内嵌库net版本路径
  • Loading branch information
ACaiCat authored May 18, 2025
commit 65de77144c906726c33b72b7f5d494c6f0e60e8d
2 changes: 1 addition & 1 deletion src/QRCoder/QRCoder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.6" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="$(NuGetPackageRoot)Net.Codecrete.QrCodeGenerator\2.0.6\lib\net6\QrCodeGenerator.dll">
<EmbeddedResource Include="$(NuGetPackageRoot)net.codecrete.qrcodegenerator\2.0.6\lib\net6.0\QrCodeGenerator.dll">
<Link>QrCodeGenerator.dll</Link>
</EmbeddedResource>
</ItemGroup>
Expand Down
Loading