mirror of https://github.com/icsharpcode/ILSpy.git
14 lines
474 B
14 lines
474 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" /> |
|
<PackageReference Include="ICSharpCode.Decompiler" Version="5.0.0.4793-preview2" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|