We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b596bd0 commit 6c039a8Copy full SHA for 6c039a8
DotNut/DotNut.csproj
@@ -14,22 +14,12 @@
14
<RepositoryUrl>https://github.com/Kukks/DotNut</RepositoryUrl>
15
<RepositoryType>git</RepositoryType>
16
<PackageTags>bitcoin cashu ecash secp256k1</PackageTags>
17
- <PackageReadmeFile>README.md</PackageReadmeFile>
18
- <PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageLicenseUrl>https://github.com/Kukks/DotNut/blob/master/LICENSE</PackageLicenseUrl>
19
20
</PropertyGroup>
21
22
<ItemGroup>
23
<PackageReference Include="NBitcoin.Secp256k1" Version="3.1.5" />
24
</ItemGroup>
25
26
- <ItemGroup>
27
- <None Include="..\README.md" Pack="true">
28
- <Link>README.md</Link>
29
- </None >
30
- <None Include="..\LICENSE" Pack="true">
31
- <Link>LICENSE</Link>
32
33
- </ItemGroup>
34
-
35
</Project>
0 commit comments