[C#] Switch to net6.0 for the "target", though unclear if it does much
[ldk-java] / c_sharp / packaging_artifacts / org.ldk.nuspec
1 <?xml version="1.0" encoding="utf-8"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3   <metadata>
4     <id>org.ldk</id>
5     <version>Set in genbindings.sh automagically</version>
6     <authors>LDK</authors>
7     <license type="file">LICENSE.md</license>
8     <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
9     <readme>README.md</readme>
10     <projectUrl>https://lightningdevkit.org/</projectUrl>
11     <description>LDK C# Bindings</description>
12     <copyright>2023 LDK Contributors</copyright>
13     <tags>bitcoin lightning ldk sdk non-custodial</tags>
14     <repository type="git" url="https://github.com/lightningdevkit/ldk-garbagecollected" />
15     <dependencies>
16       <group targetFramework="net6.0" />
17     </dependencies>
18   </metadata>
19 </package>