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

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
  5. <RootNamespace>ICSharpCode.Decompiler.PowerShell</RootNamespace>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="PowerShellStandard.Library" Version="5.1.0-preview-03" />
  9. <PackageReference Include="ICSharpCode.Decompiler" Version="3.1.0.3652" />
  10. </ItemGroup>
  11. </Project>