Refringe
294881dcca
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>
18 lines
423 B
XML
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>
|