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

10 lines
218 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>