summary refs log tree commit diff
path: root/LibSystemdCli/LibSystemdCli.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'LibSystemdCli/LibSystemdCli.csproj')
-rw-r--r--LibSystemdCli/LibSystemdCli.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/LibSystemdCli/LibSystemdCli.csproj b/LibSystemdCli/LibSystemdCli.csproj
new file mode 100644
index 0000000..1d1bffa
--- /dev/null
+++ b/LibSystemdCli/LibSystemdCli.csproj
@@ -0,0 +1,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>