lib/GenXdev.Helpers.deps.json

{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v9.0/win-x64",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v9.0": {},
    ".NETCoreApp,Version=v9.0/win-x64": {
      "GenXdev.Helpers/1.0.0": {
        "dependencies": {
          "BouncyCastle.Cryptography": "2.7.0-beta.98",
          "EmbedIO": "3.5.2",
          "JWT": "11.0.0",
          "NAudio": "2.2.1",
          "Newtonsoft.Json": "13.0.3",
          "SpotifyAPI.Web": "7.2.1",
          "SpotifyAPI.Web.Auth": "7.2.1",
          "System.Speech": "9.0.0",
          "Whisper.net": "1.7.4",
          "WpfScreenHelper": "2.1.1"
        },
        "runtime": {
          "GenXdev.Helpers.dll": {}
        }
      },
      "BouncyCastle.Cryptography/2.7.0-beta.98": {
        "runtime": {
          "lib/net6.0/BouncyCastle.Cryptography.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.7.0.0"
          }
        }
      },
      "EmbedIO/3.5.2": {
        "dependencies": {
          "Unosquare.Swan.Lite": "3.1.0"
        },
        "runtime": {
          "lib/netstandard2.0/EmbedIO.dll": {
            "assemblyVersion": "3.5.2.0",
            "fileVersion": "3.5.2.0"
          }
        }
      },
      "JWT/11.0.0": {
        "dependencies": {
          "Newtonsoft.Json": "13.0.3"
        },
        "runtime": {
          "lib/net8.0/JWT.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.0.0.0"
          }
        }
      },
      "NAudio/2.2.1": {
        "dependencies": {
          "NAudio.Asio": "2.2.1",
          "NAudio.Core": "2.2.1",
          "NAudio.Midi": "2.2.1",
          "NAudio.Wasapi": "2.2.1",
          "NAudio.WinForms": "2.2.1",
          "NAudio.WinMM": "2.2.1"
        },
        "runtime": {
          "lib/net6.0-windows7.0/NAudio.dll": {
            "assemblyVersion": "2.2.1.0",
            "fileVersion": "2.2.1.0"
          }
        }
      },
      "NAudio.Asio/2.2.1": {
        "dependencies": {
          "NAudio.Core": "2.2.1"
        },
        "runtime": {
          "lib/netstandard2.0/NAudio.Asio.dll": {
            "assemblyVersion": "2.2.1.0",
            "fileVersion": "2.2.1.0"
          }
        }
      },
      "NAudio.Core/2.2.1": {
        "runtime": {
          "lib/netstandard2.0/NAudio.Core.dll": {
            "assemblyVersion": "2.2.1.0",
            "fileVersion": "2.2.1.0"
          }
        }
      },
      "NAudio.Midi/2.2.1": {
        "dependencies": {
          "NAudio.Core": "2.2.1"
        },
        "runtime": {
          "lib/netstandard2.0/NAudio.Midi.dll": {
            "assemblyVersion": "2.2.1.0",
            "fileVersion": "2.2.1.0"
          }
        }
      },
      "NAudio.Wasapi/2.2.1": {
        "dependencies": {
          "NAudio.Core": "2.2.1"
        },
        "runtime": {
          "lib/netstandard2.0/NAudio.Wasapi.dll": {
            "assemblyVersion": "2.2.1.0",
            "fileVersion": "2.2.1.0"
          }
        }
      },
      "NAudio.WinForms/2.2.1": {
        "dependencies": {
          "NAudio.WinMM": "2.2.1"
        },
        "runtime": {
          "lib/netcoreapp3.1/NAudio.WinForms.dll": {
            "assemblyVersion": "2.2.1.0",
            "fileVersion": "2.2.1.0"
          }
        }
      },
      "NAudio.WinMM/2.2.1": {
        "dependencies": {
          "NAudio.Core": "2.2.1"
        },
        "runtime": {
          "lib/netstandard2.0/NAudio.WinMM.dll": {
            "assemblyVersion": "2.2.1.0",
            "fileVersion": "2.2.1.0"
          }
        }
      },
      "Newtonsoft.Json/13.0.3": {
        "runtime": {
          "lib/net6.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.3.27908"
          }
        }
      },
      "SpotifyAPI.Web/7.2.1": {
        "dependencies": {
          "Newtonsoft.Json": "13.0.3"
        },
        "runtime": {
          "lib/net8.0/SpotifyAPI.Web.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SpotifyAPI.Web.Auth/7.2.1": {
        "dependencies": {
          "EmbedIO": "3.5.2",
          "SpotifyAPI.Web": "7.2.1"
        },
        "runtime": {
          "lib/net8.0/SpotifyAPI.Web.Auth.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "System.Speech/9.0.0": {
        "runtime": {
          "runtimes/win/lib/net9.0/System.Speech.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Unosquare.Swan.Lite/3.1.0": {
        "runtime": {
          "lib/netstandard2.0/Swan.Lite.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.1.0.0"
          }
        }
      },
      "Whisper.net/1.7.4": {
        "runtime": {
          "lib/net9.0/Whisper.net.dll": {
            "assemblyVersion": "1.7.4.0",
            "fileVersion": "1.7.4.0"
          }
        }
      },
      "WpfScreenHelper/2.1.1": {
        "runtime": {
          "lib/net8.0-windows7.0/WpfScreenHelper.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.0"
          }
        }
      }
    }
  },
  "libraries": {
    "GenXdev.Helpers/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "BouncyCastle.Cryptography/2.7.0-beta.98": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CRQm3Xj8GdT9uEy4IvwMUBU4jNl9cyuYw5F8PHtAXkjrSlmbiG/ZEn93B1RpyKQhAjDApeAPq1Vf5cHZ8rq4Tg==",
      "path": "bouncycastle.cryptography/2.7.0-beta.98",
      "hashPath": "bouncycastle.cryptography.2.7.0-beta.98.nupkg.sha512"
    },
    "EmbedIO/3.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YU4j+3XvuO8/VPkNf7KWOF1TpMhnyVhXnPsG1mvnDhTJ9D5BZOFXVDvCpE/SkQ1AJ0Aa+dXOVSW3ntgmLL7aJg==",
      "path": "embedio/3.5.2",
      "hashPath": "embedio.3.5.2.nupkg.sha512"
    },
    "JWT/11.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jOT1PA95jgf78CqWsKt8hz9Uzv4J39vukzf5nYtfky9N6wl1W4vIXT1CdkQI7zG20HnApEMtmpC/pMtCKr4rvw==",
      "path": "jwt/11.0.0",
      "hashPath": "jwt.11.0.0.nupkg.sha512"
    },
    "NAudio/2.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c0DzwiyyklM0TP39Y7RObwO3QkWecgM6H60ikiEnsV/aEAJPbj5MFCLaD8BSfKuZe0HGuh9GRGWWlJmSxDc9MA==",
      "path": "naudio/2.2.1",
      "hashPath": "naudio.2.2.1.nupkg.sha512"
    },
    "NAudio.Asio/2.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hQglyOT5iT3XuGpBP8ZG0+aoqwRfidHjTNehpoWwX0g6KJEgtH2VaqM2nuJ2mheKZa/IBqB4YQTZVvrIapzfOA==",
      "path": "naudio.asio/2.2.1",
      "hashPath": "naudio.asio.2.2.1.nupkg.sha512"
    },
    "NAudio.Core/2.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GgkdP6K/7FqXFo7uHvoqGZTJvW4z8g2IffhOO4JHaLzKCdDOUEzVKtveoZkCuUX8eV2HAINqi7VFqlFndrnz/g==",
      "path": "naudio.core/2.2.1",
      "hashPath": "naudio.core.2.2.1.nupkg.sha512"
    },
    "NAudio.Midi/2.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6r23ylGo5aeP02WFXsPquz0T0hFJWyh+7t++tz19tc3Kr38NHm+Z9j+FiAv+xkH8tZqXJqus9Q8p6u7bidIgbw==",
      "path": "naudio.midi/2.2.1",
      "hashPath": "naudio.midi.2.2.1.nupkg.sha512"
    },
    "NAudio.Wasapi/2.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lFfXoqacZZe0WqNChJgGYI+XV/n/61LzPHT3C1CJp4khoxeo2sziyX5wzNYWeCMNbsWxFvT3b3iXeY1UYjBhZw==",
      "path": "naudio.wasapi/2.2.1",
      "hashPath": "naudio.wasapi.2.2.1.nupkg.sha512"
    },
    "NAudio.WinForms/2.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DlDkewY1myY0A+3NrYRJD+MZhZV0yy1mNF6dckB27IQ9XCs/My5Ip8BZcoSHOsaPSe2GAjvoaDnk6N9w8xTv7w==",
      "path": "naudio.winforms/2.2.1",
      "hashPath": "naudio.winforms.2.2.1.nupkg.sha512"
    },
    "NAudio.WinMM/2.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xFHRFwH4x6aq3IxRbewvO33ugJRvZFEOfO62i7uQJRUNW2cnu6BeBTHUS0JD5KBucZbHZaYqxQG8dwZ47ezQuQ==",
      "path": "naudio.winmm/2.2.1",
      "hashPath": "naudio.winmm.2.2.1.nupkg.sha512"
    },
    "Newtonsoft.Json/13.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
      "path": "newtonsoft.json/13.0.3",
      "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
    },
    "SpotifyAPI.Web/7.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7yatLKdwPmigJ+GGPUHwZppYzWNIPOSrpA3KKK/kndJl657zm1yzaAQ7j2xy3G7lyiKsdRZtz4k6CpFN32pyng==",
      "path": "spotifyapi.web/7.2.1",
      "hashPath": "spotifyapi.web.7.2.1.nupkg.sha512"
    },
    "SpotifyAPI.Web.Auth/7.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/U/KCV4iBsG3rHBCDL7THKkJcNdfP0Lqhq87afKeTjP7EQGM5haDy6rNblZlL/t9RnK9+DFhWCdAKVQagDB6bg==",
      "path": "spotifyapi.web.auth/7.2.1",
      "hashPath": "spotifyapi.web.auth.7.2.1.nupkg.sha512"
    },
    "System.Speech/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-z8mvEVBfWSi0692vPOra8MougSEJCDzlaLj4g0aA87XDZpJoJD3BJTcJ0MuFbbN1fOT9Cr2ZFqXhZc+zzX0Gwg==",
      "path": "system.speech/9.0.0",
      "hashPath": "system.speech.9.0.0.nupkg.sha512"
    },
    "Unosquare.Swan.Lite/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X3s5QE/KMj3WAPFqFve7St+Ds10BB50u8kW8PmKIn7FVkn7yEXe9Yxr2htt1WV85DRqfFR0MN/BUNHkGHtL4OQ==",
      "path": "unosquare.swan.lite/3.1.0",
      "hashPath": "unosquare.swan.lite.3.1.0.nupkg.sha512"
    },
    "Whisper.net/1.7.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-n7xwgp2xgERW7T2kE1dfXJDQm6SyXamNW50hcZOdtagnb0ZH8X95VHeVjawC1cRiJfPYqkgeVkBQAoplMCXmOw==",
      "path": "whisper.net/1.7.4",
      "hashPath": "whisper.net.1.7.4.nupkg.sha512"
    },
    "WpfScreenHelper/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xNgiwHaLXOYE4jYYIQ7ddDtsN8diUnjl9t07INUA2pN6Bi/czRjbNwDYyljmixOnLjTv4NU8beDUe+wp1PMi4g==",
      "path": "wpfscreenhelper/2.1.1",
      "hashPath": "wpfscreenhelper.2.1.1.nupkg.sha512"
    }
  }
}