Skip to content

Commit

Permalink
add license file to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton92nd committed Feb 25, 2021
1 parent 9f6932f commit 50d0911
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>

0 comments on commit 50d0911

Please sign in to comment.