Skip to content

Commit

Permalink
deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Nov 4, 2024
1 parent 500f717 commit a091069
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 875 deletions.
4 changes: 2 additions & 2 deletions VL.Audio/deployment/VL.Audio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>Audio engine for VL based on NAudio</description>
<tags>VL, sound, music, asio, wasapi, analysis, synthesis, buffer, wav, mp3, aiff, audioin, audioout, audioplayer, fft</tags>
<dependencies>
<group targetFramework="net8.0-windows">
<group targetFramework="net8.0-windows7.0">
<dependency id="NAudio" version="2.2.1" />
<dependency id="FftSharp" version="1.1.4" />
</group>
Expand All @@ -24,7 +24,7 @@
</metadata>
<files>
<file src="..\lib\*.dll" target="lib\" exclude="" />
<file src="..\lib\net8.0-windows\VL.Audio.dll" target="lib\net8.0-windows7.0\" exclude="" />
<file src="..\lib\net8.0-windows\VL.Audio.dll" target="lib\net8.0-windows\" exclude="" />
<file src="..\runtimes\**" target="runtimes\" exclude="" />
<file src="..\*.vl" target="" exclude="" />
<file src="..\shaders\**" target="shaders\" exclude="" />
Expand Down
Loading

0 comments on commit a091069

Please sign in to comment.