Files
IT_Tool/Backend/src/NexusRMM.Api/NexusRMM.Api.csproj

26 lines
913 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NexusRMM.Core\NexusRMM.Core.csproj" />
<ProjectReference Include="..\NexusRMM.Infrastructure\NexusRMM.Infrastructure.csproj" />
<ProjectReference Include="..\NexusRMM.Protos\NexusRMM.Protos.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.2.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.5.0" />
</ItemGroup>
</Project>