RedundancyFixer/RedundancyFinder/RedundancyFinder.csproj

11 lines
278 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Configurations>Debug;Release;Analyze</Configurations>
</PropertyGroup>
</Project>