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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-09 06:48:54 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-11 04:42:16 +0300
commit8f73b5902704a7f059746e39ca7c007798d70c36 (patch)
tree14ec05d5c5947a5da518faccd63aa4f2bd7abf7c /main/MonoDevelop.props
parentbdbdc189d2af81e80bd3cc90f7d02cc450e2692d (diff)
Enable PackageReference style restore for all projects
Diffstat (limited to 'main/MonoDevelop.props')
-rw-r--r--main/MonoDevelop.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/MonoDevelop.props b/main/MonoDevelop.props
index 7e7b229647..4421e3fc15 100644
--- a/main/MonoDevelop.props
+++ b/main/MonoDevelop.props
@@ -5,7 +5,8 @@
<CustomBeforeMicrosoftCommonTargets>$(MonoDevelopRootDir)\msbuild\MonoDevelop.BeforeCommon.targets</CustomBeforeMicrosoftCommonTargets>
<CustomAfterMicrosoftCommonTargets>$(MonoDevelopRootDir)\msbuild\MonoDevelop.AfterCommon.targets</CustomAfterMicrosoftCommonTargets>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
- <Features>strict</Features>
+ <Features>strict</Features>
+ <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<!-- import common targets if they were not imported already by an MSBuild Sdk -->
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="'$(MicrosoftCommonPropsHasBeenImported)' != 'true'" />