mirror of https://github.com/icsharpcode/ILSpy.git
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
483 B
14 lines
483 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="4.0.0.4201-alpha1" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|