Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-04-11 22:30:53 +0300
committerEric Mellino <erme@microsoft.com>2017-04-11 23:21:37 +0300
commit032050eaaa6ddd942fb3275045583f911dee958c (patch)
tree78dadf13fc6ef478997ba69cc448227b248d9cc4 /dependencies.props
parent56cf99544675ee8497373d940715c17f12638058 (diff)
Add optional.json back into the auto-update list, and manually update it once
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/dependencies.props b/dependencies.props
index 9de1cb28c6..daa6d38138 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -172,5 +172,8 @@
<PackageId>microsoft.xunit.runner.uwp</PackageId>
<Version>$(AppXRunnerVersion)</Version>
</DependencyBuildInfo>
+
+ <!-- project.json files to update -->
+ <ProjectJsonFiles Include="$(MSBuildThisFileDirectory)external\**\optional.json" />
</ItemGroup>
</Project>