summaryrefslogtreecommitdiff
path: root/CommandLineWrapper/CommandLineWrapper.csproj
blob: b92e51be5930c017867340351a630522917af4e3 (plain)
1
2
3
4
5
6
7
8
9
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    </PropertyGroup>

</Project>