Skip to content

Commit

Permalink
Update to .NET 8 & update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Apr 29, 2024
1 parent 0740e24 commit 825db89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions SDBrowser/SDBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<LangVersion>latest</LangVersion>
Expand All @@ -15,15 +15,14 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishReadyToRun>false</PublishReadyToRun>
<ApplicationIcon>Resources\SdbIcon.ico</ApplicationIcon>
<Win32Resource></Win32Resource>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Be.Windows.Forms.HexBox.Net5" Version="1.8.0" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="5.0.10" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.4" />
<PackageReference Include="Npgsql" Version="5.0.10" />
<PackageReference Include="SharpCompress" Version="0.30.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 825db89

Please sign in to comment.