Skip to content

Commit

Permalink
Update to AudioPlugSharp 0.6.0 / .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed May 10, 2024
1 parent f3c8ddd commit a590224
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions StompboxHost/StompboxHost.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
Expand All @@ -12,8 +12,8 @@
<TrimmerRootAssembly Include="Microsoft.Xna.Framework.Content.ContentTypeReader" Visible="false" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AudioPlugSharp" Version="0.5.12" />
<PackageReference Include="AudioPlugSharpHost" Version="0.5.12" />
<PackageReference Include="AudioPlugSharp" Version="0.6.0" />
<PackageReference Include="AudioPlugSharpHost" Version="0.6.0" />
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.1.303" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion StompboxImageProcessor/StompboxImageProcessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions StompboxPlugin/StompboxPlugin.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
Expand All @@ -13,7 +13,7 @@
<ProjectReference Include="..\UnmanagedBridge\UnmanagedBridge.vcxproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AudioPlugSharp" Version="0.5.12" />
<PackageReference Include="AudioPlugSharp" Version="0.6.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.1.303" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion StompboxRemote/StompboxRemote.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RollForward>Major</RollForward>
<PublishReadyToRun>false</PublishReadyToRun>
<TieredCompilation>false</TieredCompilation>
Expand Down

0 comments on commit a590224

Please sign in to comment.