Files
NetWork/PowershellScriptHider/PowershellScriptHider/PowershellScriptHider.csproj
2021-09-24 00:58:15 +03:00

16 lines
395 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<ApplicationIcon />
<StartupObject />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.1.3" />
<PackageReference Include="System.Management.Automation" Version="7.1.3" />
</ItemGroup>
</Project>