mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:37:23 +01:00
19 lines
653 B
XML
19 lines
653 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Discord.Net" Version="3.7.2" />
|
|
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0" />
|
|
<PackageReference Include="Grpc.AspNetCore" Version="2.47.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="6.0.0" />
|
|
<PackageReference Include="prometheus-net.AspNetCore" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MareSynchronosShared\MareSynchronosShared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|