Fix: expectations of .nuspec
Some checks failed
release-nuget-package / Release NuGet Package (push) Failing after 28s

This commit is contained in:
2026-02-13 19:52:28 +01:00
parent a8f46089c4
commit 81fc40cca9
3 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
</packageTypes>
</metadata>
<files>
<file src="./bin\Release\$targetframework$\$ProjectName$.dll" target="lib\$targetframework$" />
<file src="./bin\Release\$targetframework$\$ProjectName$.pdb" target="lib\$targetframework$" />
<file src="./bin\$configuration$\$targetframework$\$ProjectName$.dll" target="lib\$targetframework$" />
<file src="./bin\$configuration$\$targetframework$\$ProjectName$.pdb" target="lib\$targetframework$" />
</files>
</package>