Skip to content

Commit 185c1f7

Browse files
committed
fix csproj configuration issues.
1 parent 63f8b50 commit 185c1f7

File tree

2 files changed

+1
-461
lines changed

2 files changed

+1
-461
lines changed

src/PowerShellEditorServices.Hosting/PowerShellEditorServices.Hosting.csproj

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), PowerShellEditorServices.Common.props))\PowerShellEditorServices.Common.props" />
33

44
<PropertyGroup>
5-
<TargetFrameworks>net6.0;net462</TargetFrameworks>
5+
<TargetFrameworks>net6.0</TargetFrameworks>
66
<AssemblyName>Microsoft.PowerShell.EditorServices.Hosting</AssemblyName>
77
</PropertyGroup>
88

@@ -20,11 +20,4 @@
2020
<ItemGroup>
2121
<ProjectReference Include="..\PowerShellEditorServices\PowerShellEditorServices.csproj" PrivateAssets="all" />
2222
</ItemGroup>
23-
24-
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
25-
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
26-
27-
<Compile Remove="Internal/PsesLoadContext.cs" />
28-
</ItemGroup>
29-
3023
</Project>

0 commit comments

Comments
 (0)