Skip to content

Commit

Permalink
Added license file to package
Browse files Browse the repository at this point in the history
  • Loading branch information
gautema committed Jun 25, 2020
1 parent 321dca2 commit 79af02b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Framework/CQRSlite/CQRSlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<BaselineAllAPICompatError>true</BaselineAllAPICompatError>
<AdditionalApiCompatOptions>--exclude-non-browsable --exclude-compiler-generated</AdditionalApiCompatOptions>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 79af02b

Please sign in to comment.