Skip to content

Commit

Permalink
remove annoying nuget stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Jun 6, 2024
1 parent b596bd0 commit 6c039a8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions DotNut/DotNut.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,12 @@
<RepositoryUrl>https://github.com/Kukks/DotNut</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>bitcoin cashu ecash secp256k1</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseUrl>https://github.com/Kukks/DotNut/blob/master/LICENSE</PackageLicenseUrl>

</PropertyGroup>

<ItemGroup>
<PackageReference Include="NBitcoin.Secp256k1" Version="3.1.5" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true">
<Link>README.md</Link>
</None >
<None Include="..\LICENSE" Pack="true">
<Link>LICENSE</Link>
</None >
</ItemGroup>

</Project>

0 comments on commit 6c039a8

Please sign in to comment.