diff --git a/registry.json b/registry.json index 1bbb7850..ae50af2d 100644 --- a/registry.json +++ b/registry.json @@ -871,6 +871,18 @@ "listed": true, "version": "2.7.0" }, + "MumbleSharp": { + "listed": true, + "version": "2.0.0" + }, + "NAudio.Core": { + "listed": true, + "version": "2.0.0" + }, + "NAudio.WinMM": { + "listed": true, + "version": "2.0.0" + }, "NeoSmart.Caching.Sqlite": { "listed": true, "version": "0.1.0" diff --git a/src/UnityNuGet.Tests/RegistryTests.cs b/src/UnityNuGet.Tests/RegistryTests.cs index 5d7681e2..31ef1425 100644 --- a/src/UnityNuGet.Tests/RegistryTests.cs +++ b/src/UnityNuGet.Tests/RegistryTests.cs @@ -120,6 +120,8 @@ public async Task Ensure_Min_Version_Is_Correct_Ignoring_Analyzers_And_Native_Li // Monomod Versions < 18.11.9.9 depend on System.Runtime.Loader which doesn't ship .netstandard2.0. @"MonoMod.Utils", @"MonoMod.RuntimeDetour", + // MumbleSharp < 2.0.0 depend on NAudio which doesn't ship .netstandard2.0. + @"MumbleSharp", // Versions < 1.4.1 has dependencies on Microsoft.AspNetCore.*. @"StrongInject.Extensions.DependencyInjection", // Versions < 4.6.0 in theory supports .netstandard2.0 but it doesn't have a lib folder with assemblies and it makes it fail.