Skip to content

Commit

Permalink
Fix NU5035 error with NuGet package license URL info. (#66)
Browse files Browse the repository at this point in the history
X-ref: PR #63
  • Loading branch information
jthelin authored Dec 4, 2018
1 parent bb25870 commit 4586bc0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 20 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

6 changes: 0 additions & 6 deletions GitVersion.yml

This file was deleted.

1 change: 0 additions & 1 deletion ServerHost.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{64DBC33D-89B0-4F25-8E6D-3A4FAA8F4AE0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
Build.cmd = Build.cmd
Expand Down
4 changes: 1 addition & 3 deletions ServerHost/ServerHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
<Authors>Jorgen Thelin</Authors>
<Copyright>Copyright © Jorgen Thelin 2015-2018</Copyright>
<Description>ServerHost - A .NET Server Hosting utility library, including in-process server host testing.</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageLicenseUrl>https://spdx.org/licenses/Apache-2.0.html</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/jthelin/ServerHost</PackageProjectUrl>
<PackageReleaseNotes>Release note are on GitHub https://github.com/jthelin/ServerHost/releases</PackageReleaseNotes>
Expand Down Expand Up @@ -60,7 +58,7 @@
</ItemGroup>

<ItemGroup>
<None Include="$(SolutionDir)\LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)"/>
<None Include="$(SolutionDir)\LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" />
</ItemGroup>

</Project>

0 comments on commit 4586bc0

Please sign in to comment.