Skip to content

Commit b711f52

Browse files
committed
added license
1 parent fd90a9f commit b711f52

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
@@ -7,11 +7,19 @@
77
<Version>4.1.0-alpha.1</Version>
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>SubSonicStrongName.snk</AssemblyOriginatorKeyFile>
10+
<PackageLicenseFile>LICENSE.MD</PackageLicenseFile>
1011
</PropertyGroup>
1112

1213
<ItemGroup>
1314
<PackageReference Condition="'$(TargetFramework)'=='netstandard2.0'" Include="AsyncEnumerator" Version="4.0.2" />
1415
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.5" />
1516
</ItemGroup>
1617

18+
<ItemGroup>
19+
<None Include="..\LICENSE.MD">
20+
<Pack>True</Pack>
21+
<PackagePath></PackagePath>
22+
</None>
23+
</ItemGroup>
24+
1725
</Project>

0 commit comments

Comments
 (0)