2020-12-24 16:33:17 -06:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-04-22 16:03:09 -05:00
|
|
|
<ProjectReference Include="..\GameServiceWarden.ModuleFramework\GameServiceWarden.ModuleFramework.csproj" />
|
2021-04-21 02:00:50 -05:00
|
|
|
<ProjectReference Include="..\GameServiceWarden.InteractionAPI\GameServiceWarden.InteractionAPI.csproj" />
|
2020-12-24 16:33:17 -06:00
|
|
|
</ItemGroup>
|
|
|
|
|
2024-07-20 15:15:08 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2020-12-24 16:33:17 -06:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-07-20 15:03:57 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2020-12-24 16:33:17 -06:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|