TextParser/TextParser/TextParser.csproj

10 lines
209 B
XML
Raw Permalink Normal View History

2024-12-01 02:13:49 -08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>