Skip to content

Commit b31e078

Browse files
Fix import for directory.build.props
1 parent 04bfa5c commit b31e078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

framework/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
2+
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
3+
24
<PropertyGroup>
3-
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
45
<LangVersion>preview</LangVersion>
56
</PropertyGroup>
67

0 commit comments

Comments
 (0)