Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Added license file to csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdrogojan committed Nov 19, 2019
1 parent 4e810dc commit 750bcad
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down Expand Up @@ -34,4 +34,11 @@
</AssemblyAttribute>
</ItemGroup>

<PropertyGroup>
<PackageLicenseFile>license.md</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\license.md" Link="license.md" Pack="true" PackagePath="$(PackageLicenseFile)"/>
</ItemGroup>

</Project>

0 comments on commit 750bcad

Please sign in to comment.