File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/PowerShellEditorServices.Hosting Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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+
921 <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' " >
1022 <DefineConstants >$(DefineConstants);CoreCLR</DefineConstants >
1123 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments