RedundancyFixer/RedundancyFinderCLI/RedundancyFinderCLI.csproj
Robin Weichselbraun 37c33f3e15 initial commit
2025-05-09 14:26:16 +02:00

15 lines
365 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\RedundancyFinder\RedundancyFinder.csproj" />
</ItemGroup>
</Project>