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 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 >
You can’t perform that action at this time.
0 commit comments