diff options
author | Rory& <root@rory.gay> | 2024-01-20 08:34:32 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-20 08:34:32 +0100 |
commit | 43e06f4b1b7ead9f8cc97fe547eb49d51f341486 (patch) | |
tree | b700ba441320e0f3944c398080cadd296f03ef07 /SystemdCtl.Client/SystemdCtl.Client.csproj | |
download | SystemdCtl-43e06f4b1b7ead9f8cc97fe547eb49d51f341486.tar.xz |
Initial commit
Diffstat (limited to 'SystemdCtl.Client/SystemdCtl.Client.csproj')
-rw-r--r-- | SystemdCtl.Client/SystemdCtl.Client.csproj | 21 |
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> |