From a5902245187c23f69391555bedc1b0b528918d4e Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Fri, 10 May 2024 09:22:25 -0700 Subject: [PATCH] Update to AudioPlugSharp 0.6.0 / .NET 8.0 --- StompboxHost/StompboxHost.csproj | 6 +++--- StompboxImageProcessor/StompboxImageProcessor.csproj | 2 +- StompboxPlugin/StompboxPlugin.csproj | 4 ++-- StompboxRemote/StompboxRemote.csproj | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/StompboxHost/StompboxHost.csproj b/StompboxHost/StompboxHost.csproj index 34eca70..efae6db 100644 --- a/StompboxHost/StompboxHost.csproj +++ b/StompboxHost/StompboxHost.csproj @@ -1,7 +1,7 @@  WinExe - net6.0-windows + net8.0-windows true Icon.ico @@ -12,8 +12,8 @@ - - + + diff --git a/StompboxImageProcessor/StompboxImageProcessor.csproj b/StompboxImageProcessor/StompboxImageProcessor.csproj index 2c794bb..870dfe6 100644 --- a/StompboxImageProcessor/StompboxImageProcessor.csproj +++ b/StompboxImageProcessor/StompboxImageProcessor.csproj @@ -2,7 +2,7 @@ Exe - net6.0-windows + net8.0-windows diff --git a/StompboxPlugin/StompboxPlugin.csproj b/StompboxPlugin/StompboxPlugin.csproj index 9247089..512da6b 100644 --- a/StompboxPlugin/StompboxPlugin.csproj +++ b/StompboxPlugin/StompboxPlugin.csproj @@ -1,6 +1,6 @@  - net6.0-windows + net8.0-windows Library false true @@ -13,7 +13,7 @@ - + diff --git a/StompboxRemote/StompboxRemote.csproj b/StompboxRemote/StompboxRemote.csproj index 58da6f1..8e9e46a 100644 --- a/StompboxRemote/StompboxRemote.csproj +++ b/StompboxRemote/StompboxRemote.csproj @@ -1,7 +1,7 @@  WinExe - net6.0-windows + net8.0-windows Major false false