BotGenerator/PMCGenerator/PMCGenerator.csproj
Refringe 294881dcca Minor Changes to Resolve Warnings (#5)
Resolves a number of CS0109, HAA060, and HAA0401 warnings. See commits for details.

Reviewed-on: #5
Co-authored-by: Refringe <me@refringe.com>
Co-committed-by: Refringe <me@refringe.com>
2024-11-14 20:03:41 +00:00

18 lines
423 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.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>