Replies: 1 comment 2 replies
-
Whether you can package the C# .NET SDK with your project depends on the SDK's license agreement. Open source licenses usually allow grouping, but sometimes private licenses have restrictions. It is necessary to pay attention to this. The C# .NET SDK is usually distributed under an open source license, so unpacking should generally be allowed. I still recommend checking certain license terms for eligibility. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Am I allowed to ship/bundle a C# SDK along with my project? Windows C# SDK when on Windows, and Linux C# SDK when on Linux?
Beta Was this translation helpful? Give feedback.
All reactions