chore(deps): update dependency naudio.winmm to v3
Security Scan (reusable) / Security Scan (pull_request) Failing after 30s
Security / scan (pull_request) Failing after 30s
Build / Build (Release) (pull_request) Successful in 35s

This commit is contained in:
2026-08-18 12:33:20 +00:00
parent fd8e5a1a17
commit 853382b586
2 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
Media-Foundation-based codecs do not). Using the sub-package avoids pulling in
NAudio.WinForms (which requires WindowsDesktop and does not build on Linux hosts).
WaveOutEvent and WaveFileReader both live in NAudio.WinMM + NAudio.Core. -->
<PackageReference Include="NAudio.WinMM" Version="2.3.0" />
<PackageReference Include="NAudio.WinMM" Version="3.0.1" />
<PackageReference Include="Pidgin" Version="[3.5.1, 4.0.0)" />
<PackageReference Include="SixLabors.ImageSharp" Version="[3.1.12, 4.0.0)" />
</ItemGroup>
+23 -6
View File
@@ -104,11 +104,12 @@
},
"NAudio.WinMM": {
"type": "Direct",
"requested": "[2.3.0, )",
"resolved": "2.3.0",
"contentHash": "5G1dRjsZm50T3luyuqcmI2BSvj3K4ZJaD/x776/0Epj88qOsOryDZG40+MufwIk1UFJSFWhRobBqtJYFc8Ss4g==",
"requested": "[3.0.1, )",
"resolved": "3.0.1",
"contentHash": "qeedyr0TtKWjEirwVG2ZkL1ecYVUfyh+s0YLsau6XC2FqyqT42LfR96kVEuDdv6U9LUp+aNGDiHO5MK/td0BAA==",
"dependencies": {
"NAudio.Core": "2.3.0"
"NAudio.Core": "3.0.1",
"NAudio.Midi": "3.0.1"
}
},
"Pidgin": {
@@ -377,8 +378,19 @@
},
"NAudio.Core": {
"type": "Transitive",
"resolved": "2.3.0",
"contentHash": "jMd7r6dB6tAtXhOYL58ntPqwERNm1/Rhw5MKOIYvsnXzuX+PTGsa2VMam6n0npZYSwlSidKa4GAm4bFcXFUlcg=="
"resolved": "3.0.1",
"contentHash": "3fJ6UnkoiNBeeczKd9OozvcE85FvtyYCykmfzEbFW0uB0uT2+keKdconUGkz9qYlhaq1RJDTFptXOooQBYLijA==",
"dependencies": {
"System.Numerics.Tensors": "9.0.0"
}
},
"NAudio.Midi": {
"type": "Transitive",
"resolved": "3.0.1",
"contentHash": "/YiJWtG6EAIt//BYgd6SMudDT/A4cPgX8qpTbV9sxfJenSli8ujDEkPNF/Fa73YCeimK2bA0K3BmsgQ4olN+Nw==",
"dependencies": {
"NAudio.Core": "3.0.1"
}
},
"SQLitePCLRaw.bundle_e_sqlite3": {
"type": "Transitive",
@@ -406,6 +418,11 @@
"type": "Transitive",
"resolved": "10.0.7",
"contentHash": "WbmDLeTPYhEzXhvYVioTVn/D1XX6bovyny9n5p8Zxtf03+eY385RB818teZm6n+fA63iZNvng0/Np4tLuhkMhQ=="
},
"System.Numerics.Tensors": {
"type": "Transitive",
"resolved": "9.0.0",
"contentHash": "hyJB4UlpAi19Xr9AXzu2NuagKC4lPfHObNMEAA0HmqFz2rX7wKgzeYzO/jM/eBHDhnUGFFEjk5cOoJaxqg5J4A=="
}
}
}