如何确定包是否允许重新分发程序集?
How to find out if package allows to redistribute the assemblies?
我想使用 wix 安装程序重新分发 nuget 包中的一些程序集。
我如何检查这是否被允许。
如果是 nuget,我可以假设它被允许重新分发吗?
我的问题是关于下一个 nugets 的一些 dll-s。
- Microsoft.TeamFoundationServer.ExtendedClient - link
- Microsoft.TeamFoundationServer.Client - link
- Microsoft.VisualStudio.Services.Client - link
感谢帮助
这些文件是可再分发的。
.NET client libraries for Visual Studio Team Services (and TFS)
Overview
For .NET developers building Windows apps and services that integrate
with Visual Studio Team Services, client libraries are available for
integrating with work item tracking, version control, build, and other
services are now available. These packages replace the traditional TFS
Client OM installer and make it easy to acquire and redistribute the
libraries needed by your app or service.
参考这个link了解详情:.NET client libraries for Visual Studio Team Services (and TFS)
我想使用 wix 安装程序重新分发 nuget 包中的一些程序集。 我如何检查这是否被允许。 如果是 nuget,我可以假设它被允许重新分发吗?
我的问题是关于下一个 nugets 的一些 dll-s。
- Microsoft.TeamFoundationServer.ExtendedClient - link
- Microsoft.TeamFoundationServer.Client - link
- Microsoft.VisualStudio.Services.Client - link
感谢帮助
这些文件是可再分发的。
.NET client libraries for Visual Studio Team Services (and TFS)
Overview
For .NET developers building Windows apps and services that integrate with Visual Studio Team Services, client libraries are available for integrating with work item tracking, version control, build, and other services are now available. These packages replace the traditional TFS Client OM installer and make it easy to acquire and redistribute the libraries needed by your app or service.
参考这个link了解详情:.NET client libraries for Visual Studio Team Services (and TFS)