DotNetCorePlugins/test/TestProjects/PowerShellPlugin/PowerShellPlugin.csproj
2018-08-21 22:00:45 -07:00

13 lines
279 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.0.4" />
</ItemGroup>
</Project>