/ GUNRPG.ConsoleClient / GUNRPG.ConsoleClient.csproj
GUNRPG.ConsoleClient.csproj
1 <Project Sdk="Microsoft.NET.Sdk"> 2 3 <PropertyGroup> 4 <OutputType>Exe</OutputType> 5 <TargetFramework>net10.0</TargetFramework> 6 <ImplicitUsings>enable</ImplicitUsings> 7 <Nullable>enable</Nullable> 8 </PropertyGroup> 9 10 <ItemGroup> 11 <ProjectReference Include="..\GUNRPG.Application\GUNRPG.Application.csproj" /> 12 <ProjectReference Include="..\GUNRPG.ClientModels\GUNRPG.ClientModels.csproj" /> 13 <ProjectReference Include="..\GUNRPG.Infrastructure\GUNRPG.Infrastructure.csproj" /> 14 </ItemGroup> 15 16 <ItemGroup> 17 <PackageReference Include="Hex1b" Version="0.118.0" /> 18 <PackageReference Include="Makaretu.Dns.Multicast" Version="0.27.0" /> 19 </ItemGroup> 20 21 </Project>