Skip to content

Commit

Permalink
Merge pull request stakira#649 from oxygen-dioxide/onnx
Browse files Browse the repository at this point in the history
ONNX DirectML: fix unable to find an entry point
  • Loading branch information
stakira authored Apr 9, 2023
2 parents 106c15b + c8a8c25 commit ec3342e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions OpenUtau.Core/OpenUtau.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<PackageReference Include="Concentus.OggFile" Version="1.0.4" />
<PackageReference Include="K4os.Hash.xxHash" Version="1.0.8" />
<PackageReference Include="Melanchall.DryWetMidi" Version="6.1.4" />
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.14.1" />
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.14.1" />
<PackageReference Include="NAudio.Core" Version="2.0.0" />
<PackageReference Include="NAudio.Midi" Version="2.0.1" />
<PackageReference Include="NAudio.Vorbis" Version="1.5.0" />
Expand All @@ -36,6 +34,10 @@
</ItemGroup>
<ItemGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">
<PackageReference Include="NAudio" Version="2.0.1" />
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.14.1" />
</ItemGroup>
<ItemGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'false'">
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.14.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="Analysis\Crepe\Resources.Designer.cs">
Expand Down

0 comments on commit ec3342e

Please sign in to comment.