summary refs log tree commit diff
path: root/SystemdCtl/SystemdCtl.csproj
blob: 7a4f7014270afd956e46f01ab4a65dbd17ef8e90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk.Web">

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

  <ItemGroup>
    <ProjectReference Include="..\LibSystemdCli\LibSystemdCli.csproj" />
    <ProjectReference Include="..\SystemdCtl.Client\SystemdCtl.Client.csproj" />
    <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0" />
  </ItemGroup>

  <ItemGroup>
    <Folder Include="Components\Partial\" />
  </ItemGroup>

</Project>