Skip to content

Commit

Permalink
fix: Fix cannot serialize exception
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
octfx committed Feb 25, 2024
1 parent 804bb3a commit 661294b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Loader/Loader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ndesk.options.core" Version="1.2.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="ndesk.options.core" Version="1.2.5"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
</ItemGroup>

</Project>

0 comments on commit 661294b

Please sign in to comment.