Files
LogViewerControl/CSharp/Core/LogViewer.Core/LogViewer.Core.csproj
T
Matthias Heil 3b9d8f4c16 Deleted unnecessary files
Not compiling
2026-04-04 13:49:12 +02:00

16 lines
349 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mvvm.Core\Mvvm.Core.csproj" />
</ItemGroup>
</Project>