You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
473 B
14 lines
473 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
<RootNamespace>ICSharpCode.Decompiler.PowerShell</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-preview-03" />
|
|
<PackageReference Include="ICSharpCode.Decompiler" Version="3.1.0.3652" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|