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 09:37:55 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-11 04:42:16 +0300
commita5ee225ef5f0344459bf65e808c3b17e7fe6db7a (patch)
treeb6e5f649e9fa29160ab225ebec036ca0885c0698 /main/Directory.Build.props
parent45ec1007279f3c8aa8b16d7daba1e6f477174052 (diff)
Centralize some more package versions
Diffstat (limited to 'main/Directory.Build.props')
-rw-r--r--main/Directory.Build.props12
1 files changed, 10 insertions, 2 deletions
diff --git a/main/Directory.Build.props b/main/Directory.Build.props
index 4a8a966c4c..43d6d739f6 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -6,10 +6,18 @@
<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>
- <NuGetVersionRoslyn>3.0.0-beta2-19055-09</NuGetVersionRoslyn>
- <NuGetVersionVSEditor>16.0.127</NuGetVersionVSEditor>
<NuGetVersionAllocationAnalyzer>1.0.0.9</NuGetVersionAllocationAnalyzer>
+ <NuGetVersionCecil>0.10.1</NuGetVersionCecil>
<NuGetVersionErrorProneNetStructs>0.1.2</NuGetVersionErrorProneNetStructs>
+ <NuGetVersionMicrosoftTemplateEngine>1.0.0-beta3-20171117-314</NuGetVersionMicrosoftTemplateEngine>
+ <NuGetVersionMicrosoftTestPlatform>16.0.0-preview-20181205-02</NuGetVersionMicrosoftTestPlatform>
<NuGetVersionMonoDevelopAnalyzers>0.1.0.1</NuGetVersionMonoDevelopAnalyzers>
+ <NuGetVersionNewtonsoftJson>10.0.3</NuGetVersionNewtonsoftJson>
+ <NuGetVersionNUnit2>2.7.0</NuGetVersionNUnit2>
+ <NuGetVersionNUnit3>3.9.0</NuGetVersionNUnit3>
+ <NuGetVersionRoslyn>3.0.0-beta2-19055-09</NuGetVersionRoslyn>
+ <NuGetVersionVSCodeDebugProtocol>15.8.20719.1</NuGetVersionVSCodeDebugProtocol>
+ <NuGetVersionVSComposition>15.8.112</NuGetVersionVSComposition>
+ <NuGetVersionVSEditor>16.0.127</NuGetVersionVSEditor>
</PropertyGroup>
</Project>