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

20 lines
519 B
XML
Raw Normal View History

2024-06-11 19:18:48 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-06-19 21:40:10 -04:00
<Version>0.1.0</Version>
2024-06-13 18:15:52 -04:00
<OutputType>Library</OutputType>
2024-06-11 19:18:48 -04:00
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-06-11 19:18:48 -04:00
<ItemGroup>
<PackageReference Include="dnlib" Version="4.4.0" />
2024-06-11 19:18:48 -04:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DumpLib\DumpLib.csproj" />
</ItemGroup>
2024-06-11 19:18:48 -04:00
</Project>