Files
ServerMonitor/Backend/MonitorAgent/MonitorAgent.Application/MonitorAgent.Application.csproj
T
2026-06-28 01:38:39 +03:00

14 lines
321 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\MonitorAgent.Core\MonitorAgent.Core.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>