Files
LogViewerControl/CSharp/Background Services/RandomLogging.Service/RandomLogging.Service.csproj
T

18 lines
429 B
XML
Raw Normal View History

2026-04-04 13:30:13 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\LogViewer.Core\LogViewer.Core.csproj" />
</ItemGroup>
</Project>