File tree 1 file changed +1
-6
lines changed
src/PowerShellEditorServices.Hosting
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<ItemGroup >
14
14
<PackageReference Include =" NETStandard.Library" Version =" 2.0.3" />
15
+ <PackageReference Include =" PowerShellStandard.Library" Version =" 5.1.1" PrivateAssets =" all" />
15
16
<PackageReference Include =" System.IO.Pipes.AccessControl" Version =" 4.5.1" />
16
17
<PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" Version =" 4.3.0" />
17
18
</ItemGroup >
24
25
</PackageReference >
25
26
</ItemGroup >
26
27
27
- <ItemGroup Condition =" '$(TargetFramework)'=='netcoreapp2.1'" >
28
- <PackageReference Include =" System.Management.Automation" Version =" 6.2.3" PrivateAssets =" all" Private =" false" />
29
-
30
- </ItemGroup >
31
-
32
28
<ItemGroup Condition =" '$(TargetFramework)'=='net461'" >
33
- <PackageReference Include =" Microsoft.PowerShell.5.ReferenceAssemblies" Version =" 1.1.0" PrivateAssets =" all" Private =" false" />
34
29
<PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
35
30
36
31
<Compile Remove =" Internal/PsesLoadContext.cs" />
You can’t perform that action at this time.
0 commit comments