Files
RemoteExec/RemoteExec.Shared/RemoteExec.Shared.csproj
T
2025-12-19 18:16:08 +01:00

10 lines
210 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>