Replies: 1 comment 2 replies
-
Hi, thanks for the idea. Honestly I don't have too many experience with nuget and the more sophisticated usage of it.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you use the nuget-package in an .NET 4.6.1 project, multiple .NET assemblies have to be deployed.
To avoid this I suggest to change ZUGFeRD.csproj:
add
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
and remove
<TargetFramework>netstandard2.0</TargetFramework>
Beta Was this translation helpful? Give feedback.
All reactions