diff options
-rw-r--r-- | src/.editorconfig | 3 | ||||
-rw-r--r-- | src/Directory.csproj.targets | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/src/.editorconfig b/src/.editorconfig index 46148b8d..472848c7 100644 --- a/src/.editorconfig +++ b/src/.editorconfig | |||
@@ -1,7 +1,4 @@ | |||
1 | # Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | # Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
2 | # | ||
3 | # Do NOT modify this file. Update the canonical version in Home\repo-template\src\.editorconfig | ||
4 | # then update all of the repos. | ||
5 | 2 | ||
6 | root = true | 3 | root = true |
7 | 4 | ||
diff --git a/src/Directory.csproj.targets b/src/Directory.csproj.targets index d2e0c4c7..ba7185e8 100644 --- a/src/Directory.csproj.targets +++ b/src/Directory.csproj.targets | |||
@@ -1,8 +1,5 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
2 | <!-- | 2 | |
3 | Do NOT modify this file. Update the canonical version in Home\repo-template\src\Directory.csproj.targets | ||
4 | then update all of the repos. | ||
5 | --> | ||
6 | <Project> | 3 | <Project> |
7 | <PropertyGroup> | 4 | <PropertyGroup> |
8 | <CreateDocumentation Condition=" '$(CreateDocumentationFile)'!='true' ">false</CreateDocumentation> | 5 | <CreateDocumentation Condition=" '$(CreateDocumentationFile)'!='true' ">false</CreateDocumentation> |