0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 04:50:45 -05:00
assembly-tool/ReCodeItCLI/ReCodeItCLI.csproj

19 lines
455 B
XML
Raw Normal View History

2024-06-19 21:11:42 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-01-10 09:50:19 -05:00
<Version>1.0.0</Version>
2024-06-19 21:11:42 -04:00
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-06-19 21:11:42 -04:00
<ItemGroup>
<ProjectReference Include="..\RecodeItLib\ReCodeItLib.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CliFx" Version="2.3.5" />
</ItemGroup>
</Project>