Files
LogViewerControl/CSharp/Background Services/RandomLogging.Service/RandomLogging.Service.csproj
T
Matthias Heil 6bed9b284c initial commit
2026-04-04 13:30:13 +02:00

18 lines
429 B
XML

<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>