Question: Can I redistribute Microsoft.Windows.SDK.NET.dll
and WinRT.Runtime.dll
?
#4368
-
Hello! I created a WPF project and configured it for Windows App SDK support without any NuGet packages. I used the below article as a guide. After building the project, I found 2 Dlls in the artifact directory:
However, I cannot find the license file for the libraries. Can I redistribute these with my app? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
They're from this repo: https://github.com/microsoft/CsWinRT, which are licensed under MIT as well. |
Beta Was this translation helpful? Give feedback.
-
You can find the license file for those binaries under License Info on our NuGet page. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the early response! I understood the following:
However, This repo seems to be under MIT. Are there any points to consider compared to other projects under MIT? maybe related: #4197 |
Beta Was this translation helpful? Give feedback.
-
I am personally not a legal expert to comment on specific licensing terms. But I do want to note that |
Beta Was this translation helpful? Give feedback.
-
I finally recognized both of these DLLs are from CsWinRT and not a part of this repo. Thank you very much for answering my out-of-place question! |
Beta Was this translation helpful? Give feedback.
I am personally not a legal expert to comment on specific licensing terms. But I do want to note that
Microsoft.Windows.SDK.NET.dll
is not part of the Windows App SDK that comes from this repo. It is instead a C# projection for the Windows Platform SDK, that Windows App SDK builds on top of, and uses the same licensing terms as the other Windows SDK NuGet packages.