Files
oc-sentinel/src/OCSentinelCli/OCSentinelCli.csproj
OfficeCom Codex 7431c656d3
Some checks failed
OfficeCom Sentinel Client / validate-client (push) Successful in 23s
OfficeCom Sentinel Client / build-client-windows (push) Failing after 18s
Use documented NinjaOne custom field commands
2026-07-25 21:17:59 +02:00

24 lines
790 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>OCSentinelCli</AssemblyName>
<RootNamespace>OCSentinelCli</RootNamespace>
<Product>OfficeCom Sentinel</Product>
<Company>OfficeCom</Company>
<Version>1.2.11</Version>
<AssemblyVersion>1.2.11.0</AssemblyVersion>
<FileVersion>1.2.11.0</FileVersion>
<InformationalVersion>1.2.11</InformationalVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Diagnostics.EventLog" Version="10.0.0" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.0" />
</ItemGroup>
</Project>