File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/libraries/pkg/runtime.native.System.IO.Ports Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project DefaultTargets =" Build" >
22 <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" />
33
4- <ItemGroup >
5- <!-- identity project, runtime specific projects are included through netcoreapp.rids.props -->
6- <Project Include =" $(MSBuildProjectName).pkgproj" Condition = " '$(TargetFramework)' == '$(NetCoreAppCurrent)' " />
4+ <ItemGroup Condition = " '$(BuildAllConfigurations)' == 'true' " >
5+ <!-- identity project built in AllConfigurations leg , runtime specific projects are included through netcoreapp.rids.props -->
6+ <Project Include =" $(MSBuildProjectName).pkgproj" />
77 </ItemGroup >
88
99 <Import Project =" $([MSBuild]::GetPathOfFileAbove(dir.traversal.targets))" />
You can’t perform that action at this time.
0 commit comments