summary refs log tree commit diff
path: root/SystemdCtl.Client/SystemdCtl.Client.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'SystemdCtl.Client/SystemdCtl.Client.csproj')
-rw-r--r--SystemdCtl.Client/SystemdCtl.Client.csproj21
1 files changed, 21 insertions, 0 deletions
diff --git a/SystemdCtl.Client/SystemdCtl.Client.csproj b/SystemdCtl.Client/SystemdCtl.Client.csproj
new file mode 100644
index 0000000..e00a924
--- /dev/null
+++ b/SystemdCtl.Client/SystemdCtl.Client.csproj
@@ -0,0 +1,21 @@
+<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">

+

+  <PropertyGroup>

+    <TargetFramework>net8.0</TargetFramework>

+    <ImplicitUsings>enable</ImplicitUsings>

+    <Nullable>enable</Nullable>

+    <NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>

+    <StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>

+  </PropertyGroup>

+

+  <ItemGroup>

+    <PackageReference Include="ArcaneLibs" Version="1.0.0-preview7485112379.f69bb51" />

+    <PackageReference Include="ArcaneLibs.Blazor.Components" Version="1.0.0-preview7485112379.f69bb51" />

+    <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />

+  </ItemGroup>

+

+  <ItemGroup>

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

+  </ItemGroup>

+

+</Project>