Skip to content

Commit 561450c

Browse files
committed
src/dotnet/tools/Directory.Build.props: Removed trailing whitespace, added final newline
1 parent 5685126 commit 561450c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dotnet/tools/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
2323

2424
<PropertyGroup>
25-
<!-- According to the docs (https://docs.microsoft.com/en-us/cpp/build/reference/common-macros-for-build-commands-and-properties?view=vs-2019), the
25+
<!-- According to the docs (https://docs.microsoft.com/en-us/cpp/build/reference/common-macros-for-build-commands-and-properties?view=vs-2019), the
2626
SolutionDir is only available when running in the IDE, so we patch to ensure it also works when using dotnet.exe -->
2727
<SolutionDir>$(MSBuildThisFileDirectory)../../../</SolutionDir>
2828
</PropertyGroup>
@@ -32,4 +32,4 @@
3232
If the project is further nested from the repo root, override this value in the csproj. -->
3333
<AssemblyOriginatorKeyFile>$(SolutionDir)Lucene.Net.snk</AssemblyOriginatorKeyFile>
3434
</PropertyGroup>
35-
</Project>
35+
</Project>

0 commit comments

Comments
 (0)