summary refs log tree commit diff
path: root/LibSystemdCli.Models/LibSystemdCli.Models.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-20 08:34:32 +0100
committerRory& <root@rory.gay>2024-01-20 08:34:32 +0100
commit43e06f4b1b7ead9f8cc97fe547eb49d51f341486 (patch)
treeb700ba441320e0f3944c398080cadd296f03ef07 /LibSystemdCli.Models/LibSystemdCli.Models.csproj
downloadSystemdCtl-43e06f4b1b7ead9f8cc97fe547eb49d51f341486.tar.xz
Initial commit
Diffstat (limited to 'LibSystemdCli.Models/LibSystemdCli.Models.csproj')
-rw-r--r--LibSystemdCli.Models/LibSystemdCli.Models.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/LibSystemdCli.Models/LibSystemdCli.Models.csproj b/LibSystemdCli.Models/LibSystemdCli.Models.csproj
new file mode 100644
index 0000000..3a63532
--- /dev/null
+++ b/LibSystemdCli.Models/LibSystemdCli.Models.csproj
@@ -0,0 +1,9 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+    <PropertyGroup>
+        <TargetFramework>net8.0</TargetFramework>
+        <ImplicitUsings>enable</ImplicitUsings>
+        <Nullable>enable</Nullable>
+    </PropertyGroup>
+
+</Project>