Skip to content

Commit

Permalink
update project setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2end committed Jan 1, 2023
1 parent eac7ac3 commit 8fc8633
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hkxconv/hkxconv.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishReadyToRun>true</PublishReadyToRun>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\HKX2Library\HKX2\HKX2.csproj" />
</ItemGroup>

</Project>

0 comments on commit 8fc8633

Please sign in to comment.