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