We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ffc4c commit fea7c91Copy full SHA for fea7c91
tests/fsharp/Directory.Build.props
@@ -4,7 +4,7 @@
4
<UseFSharpProductVersion>true</UseFSharpProductVersion>
5
</PropertyGroup>
6
7
- <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
8
<Import Project="$([MSBuild]::GetPathOfFileAbove('FSharpTests.Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
+ <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
9
10
</Project>
0 commit comments