Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nonshipping nuget compliance #5823

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/Package/DevDivPackage/VS.ExternalAPIs.MSBuild.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<id>VS.ExternalAPIs.MSBuild</id>
<summary>CoreXT package containing MSBuild binaries for the VS build.</summary>
<description>CoreXT package containing MSBuild binaries for the VS build. Produced from the MSBuild $branchname$ branch.</description>
<authors>MSBuild</authors>
<authors>Microsoft</authors>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<projectUrl>$projectUrl$</projectUrl>
<version>0.0</version>
<license type="expression">$licenseExpression$</license>
<dependencies>
<group targetFramework=".NETFramework4.7.2" />
</dependencies>
Expand All @@ -24,4 +27,4 @@
<file src="Microsoft.Build.Framework.tlb" target="lib\net472" />
<file src="Microsoft.Build.Tasks.Core.tlb" target="lib\net472" />
</files>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<id>MsBuild.Engine.Corext</id>
<summary>Aggregate of MsBuild.Corext with the latest MSBuild team deliverables</summary>
<description>Use this package to update your existing MsBuild.Corext package to the latest MSBuild binaries and core build files.</description>
<projectUrl>$projectUrl$</projectUrl>
<license type="expression">$licenseExpression$</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<authors>[email protected]</authors>
<authors>Microsoft</authors>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<version>$version$</version>
</metadata>

Expand Down