Files
RemoteExec/RemoteExec.Client.DependencyInjection/RemoteExec.Client.DependencyInjection.csproj
T
2025-12-23 15:15:18 +01:00

15 lines
385 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\RemoteExec.Client\RemoteExec.Client.csproj" />
</ItemGroup>
</Project>