Skip to content

Commit e4bc693

Browse files
Remove temporary dotnet publish workaround (#1698)
1 parent 724ac1d commit e4bc693

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/PowerShellEditorServices.Hosting/PowerShellEditorServices.Hosting.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@
66
<AssemblyName>Microsoft.PowerShell.EditorServices.Hosting</AssemblyName>
77
</PropertyGroup>
88

9-
<!-- HACK: This is a temporary workaround of `dotnet publish` -->
10-
<Target Name="InjectNetStandardFacadesToPublishDirectory"
11-
BeforeTargets="ComputeResolvedFilesToPublishList"
12-
Condition="'@(_NETStandardLibraryNETFrameworkLib)' != ''">
13-
<ItemGroup>
14-
<_ResolvedCopyLocalPublishAssets
15-
Include="@(_NETStandardLibraryNETFrameworkLib)"
16-
Condition="'%(_NETStandardLibraryNETFrameworkLib.FileName)' != 'netfx.force.conflicts'"
17-
/>
18-
</ItemGroup>
19-
</Target>
20-
219
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
2210
<DefineConstants>$(DefineConstants);CoreCLR</DefineConstants>
2311
</PropertyGroup>

0 commit comments

Comments
 (0)