Update nuget build props for dotnet tool projects. (#1820)

This commit is contained in:
Cory Rivera
2023-01-23 14:28:51 -08:00
committed by GitHub
parent 18827b1a9b
commit d418cfefa8

View File

@@ -9,10 +9,12 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Copyright © Microsoft Corporation. All rights reserved.</Copyright>
<PackageLicense>https://github.com/Microsoft/sqltoolsservice/blob/main/license.txt</PackageLicense>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>http://s.gravatar.com/avatar/6f39d8562df0a3509a8240fb281bc5bd?s=80</PackageIconUrl>
<PackageProjectUrl>https://github.com/Microsoft/sqltoolsservice/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Microsoft/sqltoolsservice</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>SQL XPLAT</PackageTags>
</PropertyGroup>
<PropertyGroup>