diff options
author | Rob Mensching <rob@firegiant.com> | 2018-10-24 14:41:35 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-22 08:54:48 -0800 |
commit | 84f5848daadde7ffaa20c9bf2b10b2d8842dae62 (patch) | |
tree | 3f8dc5f70b5d635cb4bac9cf5ed914e48dfcab24 /src | |
parent | d9a6764a268a07ea159c39a8799e9bdf6efffb24 (diff) | |
download | wix-84f5848daadde7ffaa20c9bf2b10b2d8842dae62.tar.gz wix-84f5848daadde7ffaa20c9bf2b10b2d8842dae62.tar.bz2 wix-84f5848daadde7ffaa20c9bf2b10b2d8842dae62.zip |
Update to latest Home\repo-template
Diffstat (limited to '')
-rw-r--r-- | src/Directory.Build.props | 2 | ||||
-rw-r--r-- | src/Directory.Build.targets | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 35ef739b..f09c622b 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- 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 | <!-- 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. --> |
3 | <!-- | 3 | <!-- |
4 | Do NOT modify this file. Update the canonical version in Home\src\Directory.Build.props | 4 | Do NOT modify this file. Update the canonical version in Home\repo-template\src\Directory.Build.props |
5 | then update all of the repos. | 5 | then update all of the repos. |
6 | --> | 6 | --> |
7 | <Project> | 7 | <Project> |
diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 48629385..dac7452a 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets | |||
@@ -1,4 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- 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. --> | ||
3 | <!-- | ||
4 | Do NOT modify this file. Update the canonical version in Home\repo-template\src\Directory.Build.targets | ||
5 | then update all of the repos. | ||
6 | --> | ||
2 | <!-- | 7 | <!-- |
3 | Replace PackageReferences with ProjectReferences when the projects can be found in .sln. | 8 | Replace PackageReferences with ProjectReferences when the projects can be found in .sln. |
4 | See the original here: https://github.com/dotnet/sdk/issues/1151#issuecomment-385133284 | 9 | See the original here: https://github.com/dotnet/sdk/issues/1151#issuecomment-385133284 |