summary refs log tree commit diff
path: root/LibSystemdCli.Models/LibSystemdCli.Models.csproj
blob: 17b910f6d5a46850b94605ae958573f58f4741df (plain) (blame)
1
2
3
4
5
6
7
8
9
<Project Sdk="Microsoft.NET.Sdk">

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

</Project>