mirror of https://github.com/icsharpcode/ILSpy.git
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="3.0.0-preview-01" /> |
|
<PackageReference Include="ICSharpCode.Decompiler" Version="3.0.0.3443" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|