[C#] Switch to net6.0 for the "target", though unclear if it does much
[ldk-java] / c_sharp / packaging_artifacts / org.ldk.nuspec
index 35937cb04e23a64e789e256c6ab6aecbe628a228..66d6a0dd439890de566dd7a4b9849967742015f9 100644 (file)
@@ -4,8 +4,8 @@
     <id>org.ldk</id>
     <version>Set in genbindings.sh automagically</version>
     <authors>LDK</authors>
-    <license type="file">LICENSE</license>
-    <licenseUrl>https://github.com/lightningdevkit/rust-lightning/blob/main/LICENSE.md</licenseUrl>
+    <license type="file">LICENSE.md</license>
+    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
     <readme>README.md</readme>
     <projectUrl>https://lightningdevkit.org/</projectUrl>
     <description>LDK C# Bindings</description>
@@ -13,7 +13,7 @@
     <tags>bitcoin lightning ldk sdk non-custodial</tags>
     <repository type="git" url="https://github.com/lightningdevkit/ldk-garbagecollected" />
     <dependencies>
-      <group targetFramework="net3.0" />
+      <group targetFramework="net6.0" />
     </dependencies>
   </metadata>
 </package>