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

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

    <ItemGroup>
      <ProjectReference Include="..\LibSystemdCli.Models\LibSystemdCli.Models.csproj" />
    </ItemGroup>

</Project>