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:51:15 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-11 04:42:16 +0300
commit386fa42cbf0712fcb1a0a41bc2f977b1c5d24d95 (patch)
tree0b1378023efd1f87d804cb5e324e6e8112e04133 /main/Directory.Build.props
parent8f73b5902704a7f059746e39ca7c007798d70c36 (diff)
Remove Roslyn props now it's transitive
Diffstat (limited to 'main/Directory.Build.props')
-rw-r--r--main/Directory.Build.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/Directory.Build.props b/main/Directory.Build.props
index b6dfda436c..4a8a966c4c 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -3,7 +3,6 @@
<PropertyGroup>
<RootDirectory>$(MSBuildThisFileDirectory)</RootDirectory>
<PackagesDirectory>$(RootDirectory)packages</PackagesDirectory>
- <ReferencesRoslyn>$(RootDirectory)\msbuild\ReferencesRoslyn.props</ReferencesRoslyn>
<ReferencesVSEditor Condition=" '$(OS)' == 'Windows_NT' ">$(RootDirectory)\msbuild\ReferencesVSEditor.Windows.props</ReferencesVSEditor>
<ReferencesVSEditor Condition=" '$(OS)' != 'Windows_NT' ">$(RootDirectory)\msbuild\ReferencesVSEditor.Mac.props</ReferencesVSEditor>
<ReferencesGtk>$(RootDirectory)\msbuild\ReferencesGtk.props</ReferencesGtk>
@@ -13,5 +12,4 @@
<NuGetVersionErrorProneNetStructs>0.1.2</NuGetVersionErrorProneNetStructs>
<NuGetVersionMonoDevelopAnalyzers>0.1.0.1</NuGetVersionMonoDevelopAnalyzers>
</PropertyGroup>
-
</Project>