Files
LogViewerControl/CSharp/Core/LogViewer.Core/LogViewer.Core.csproj
T

16 lines
349 B
XML
Raw Normal View History

2026-04-04 13:30:13 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2026-04-04 13:49:12 +02:00
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2026-04-04 13:30:13 +02:00
<ItemGroup>
2026-04-04 13:49:12 +02:00
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
2026-04-04 13:30:13 +02:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mvvm.Core\Mvvm.Core.csproj" />
</ItemGroup>
</Project>