Skip to content

Commit e928578

Browse files
Merge pull request #1 from immense/hotfix/fix-backend-building-in-dev
Hotfix/fix backend building in dev
2 parents 754c6b8 + 185c1f7 commit e928578

File tree

6 files changed

+15
-546
lines changed

6 files changed

+15
-546
lines changed

NuGet.Config

-7
This file was deleted.

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)