From e0876df3d4247cc903c18f0fffe0fc27e088169a Mon Sep 17 00:00:00 2001 From: John Wostenberg Date: Mon, 30 Dec 2019 00:29:26 -0600 Subject: [PATCH] Bring ASIO into .Net Standard --- NAudio/NAudio.csproj | 8 ++++++-- NAudio/Wave/Asio/ASIODriver.cs | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NAudio/NAudio.csproj b/NAudio/NAudio.csproj index 192c2257..3adad776 100644 --- a/NAudio/NAudio.csproj +++ b/NAudio/NAudio.csproj @@ -36,8 +36,6 @@ - - @@ -85,6 +83,12 @@ + + + 4.7.0 + + + 4.7.0 diff --git a/NAudio/Wave/Asio/ASIODriver.cs b/NAudio/Wave/Asio/ASIODriver.cs index 0a084737..6c7b3ded 100644 --- a/NAudio/Wave/Asio/ASIODriver.cs +++ b/NAudio/Wave/Asio/ASIODriver.cs @@ -23,7 +23,7 @@ private AsioDriver() { } -#if NET35 || NETCOREAPP3_0 +#if NETSTANDARD2_0 || NET35 || NETCOREAPP3_0 /// /// Gets the ASIO driver names installed. ///