File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/PowerShellEditorServices.Hosting Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 6
6
<AssemblyName >Microsoft.PowerShell.EditorServices.Hosting</AssemblyName >
7
7
</PropertyGroup >
8
8
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
-
21
9
<PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' " >
22
10
<DefineConstants >$(DefineConstants);CoreCLR</DefineConstants >
23
11
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments