Skip to content

Commit

Permalink
make interface more friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
parzivail committed Jan 20, 2022
1 parent 4e8eae7 commit 4384fbd
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 59 deletions.
8 changes: 6 additions & 2 deletions P3diTools/P3diTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Authors>parzivail</Authors>
<RepositoryUrl>https://github.com/Parzivail-Modding-Team/P3diTools</RepositoryUrl>

<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
<PackageReference Include="CommandLineParser" Version="2.9.0-preview1"/>
</ItemGroup>

</Project>
Loading

0 comments on commit 4384fbd

Please sign in to comment.