27 lines
1.4 KiB
XML
27 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<OutputPath>..\..\dist\master\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Grpc.AspNetCore" Version="2.38.0" />
|
|
<PackageReference Include="protobuf-net.Grpc.AspNetCore" Version="1.0.152" />
|
|
<PackageReference Include="RandN" Version="0.3.0" />
|
|
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PhoenixLib.DAL.Abstractions\PhoenixLib.DAL.Abstractions.csproj" />
|
|
<ProjectReference Include="..\PhoenixLib.DAL.Redis\PhoenixLib.DAL.Redis.csproj" />
|
|
<ProjectReference Include="..\PhoenixLib.Logging\PhoenixLib.Logging.csproj" />
|
|
<ProjectReference Include="..\PhoenixLib.Scheduler.ReactiveX\PhoenixLib.Scheduler.ReactiveX.csproj" />
|
|
<ProjectReference Include="..\WingsEmu.Communication.gRPC\WingsEmu.Communication.gRPC.csproj" />
|
|
<ProjectReference Include="..\WingsEmu.Health\WingsEmu.Health.csproj" />
|
|
<ProjectReference Include="..\_plugins\Plugin.DB.EF\Plugin.DB.EF.csproj" />
|
|
<ProjectReference Include="..\_plugins\WingsEmu.Plugins.DistributedGameEvents\WingsEmu.Plugins.DistributedGameEvents.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|