Skip to content

Commit

Permalink
Added the project license to the package information.
Browse files Browse the repository at this point in the history
  • Loading branch information
antiduh committed Jun 17, 2019
1 parent ad88537 commit 9cd6edb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NSspi/NSspi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>nsspi key.snk</AssemblyOriginatorKeyFile>
<PackageLicenseFile>License.txt</PackageLicenseFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<DocumentationFile>NSspi.xml</DocumentationFile>
Expand All @@ -22,4 +23,11 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Security.Principal.Windows" Version="4.5.1" />
</ItemGroup>

<ItemGroup>
<None Include="..\License.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit 9cd6edb

Please sign in to comment.