Skip to content

Commit

Permalink
Merge pull request #34 from Dustify/refresh
Browse files Browse the repository at this point in the history
framework + sdk update
  • Loading branch information
Dustify authored Jul 15, 2024
2 parents 834c113 + e829d86 commit 5a5f169
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified Assemblies/SDRSharp.Common.dll
Binary file not shown.
Binary file modified Assemblies/SDRSharp.PanView.dll
Binary file not shown.
Binary file modified Assemblies/SDRSharp.Radio.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion SdrsDecoder.Cli/SdrsDecoder.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SdrsDecoder.Plugin/SdrsDecoder.Plugin.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<OutputType>Library</OutputType>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SdrsDecoder/SdrsDecoder.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

</Project>

0 comments on commit 5a5f169

Please sign in to comment.