File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
src/PowerShellEditorServices.Hosting Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1212
1313 <ItemGroup >
1414 <PackageReference Include =" NETStandard.Library" Version =" 2.0.3" />
15+ <PackageReference Include =" PowerShellStandard.Library" Version =" 5.1.1" PrivateAssets =" all" />
1516 <PackageReference Include =" System.IO.Pipes.AccessControl" Version =" 4.5.1" />
1617 <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" Version =" 4.3.0" />
1718 </ItemGroup >
2425 </PackageReference >
2526 </ItemGroup >
2627
27- <ItemGroup Condition =" '$(TargetFramework)'=='netcoreapp2.1'" >
28- <PackageReference Include =" System.Management.Automation" Version =" 6.2.3" PrivateAssets =" all" Private =" false" />
29-
30- </ItemGroup >
31-
3228 <ItemGroup Condition =" '$(TargetFramework)'=='net461'" >
33- <PackageReference Include =" Microsoft.PowerShell.5.ReferenceAssemblies" Version =" 1.1.0" PrivateAssets =" all" Private =" false" />
3429 <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
3530
3631 <Compile Remove =" Internal/PsesLoadContext.cs" />
You can’t perform that action at this time.
0 commit comments