Skip to content

Commit

Permalink
add NAudio.WinMM package
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Sep 13, 2024
1 parent ad080e7 commit 55f7f7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project-Aurora/Project-Aurora/Project-Aurora.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<PackageReference Include="Microsoft.Experimental.Collections" Version="1.0.6-e190117-3"/>
<PackageReference Include="NAudio.Core" Version="2.2.1"/>
<PackageReference Include="NAudio.Wasapi" Version="22.0.0"/>
<PackageReference Include="NAudio.WinMM" Version="2.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="Octokit" Version="7.1.0"/>
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0"/>
Expand Down
10 changes: 10 additions & 0 deletions Project-Aurora/Project-Aurora/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,16 @@
"NAudio.Core": "2.2.0"
}
},
"NAudio.WinMM": {
"type": "Direct",
"requested": "[2.2.1, )",
"resolved": "2.2.1",
"contentHash": "xFHRFwH4x6aq3IxRbewvO33ugJRvZFEOfO62i7uQJRUNW2cnu6BeBTHUS0JD5KBucZbHZaYqxQG8dwZ47ezQuQ==",
"dependencies": {
"Microsoft.Win32.Registry": "4.7.0",
"NAudio.Core": "2.2.1"
}
},
"Newtonsoft.Json": {
"type": "Direct",
"requested": "[13.0.3, )",
Expand Down

0 comments on commit 55f7f7a

Please sign in to comment.