BotGenerator/PMCGenerator/PMCGenerator.csproj
DrakiaXYZ 3ec2ce789b - Update items.json from latest 3.10.0 server branch
- Add new bot types to BotType and Program.cs `botTypes` array
- Fix exceptions caused by items in bot pockets in GearChanceHelper
- Update PMCGenerator to target same .Net framework and Newtonsoft version to stop compilation errors
2024-10-31 21:56:07 -07:00

18 lines
423 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common.Models\Common.Models.csproj" />
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
</Project>